--- title: Rotor API Setup | Rotor API description: Access your Rotor Data via API --- Get started using the **Rotor API!** Start by generating and copying and API key from Rotor -> Settings -> Integrations ## Start by Testing Start out by testing the api with your api key: ``` curl --location 'https://api.getrotor.com/open-api/auth/test' \ --header 'rotor-openapi-version: 1.1.0' \ --header 'Accept: application/json' \ --header 'x-api-key: ' ``` Verify that you get a good response. ## Usage By default, you get a maximum of 1000 requests per day. If needing more, contact us ## How to use Start by exploring our docs!