API
Authentication
Authenticating requests to the Tauro Cloud API.
All API requests require an API key.
API keys are created via the Tauro Dashboard and are scoped to the current user account.
See: Dashboard → API Keys
Using an API Key
All API requests must include the following header:
X-API-Key: <your-api-key>
When using the interactive API documentation:
- Ensure Authentication is set to
apiKeyAuth - Paste your API key into the value field
