Prerequisites
- API endpoint URL (provided by your administrator)
- User credentials (email and password)
curlinstalled (or any HTTP client)
Troubleshooting
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
Your token doesn’t have the required scope. Check the scopes assigned to your PAT with
GET /v1/api-tokens/scopes.404 Not Found
404 Not Found
Check the endpoint URL and ensure
{BASE_URL} is correct. All API endpoints use the /v1/ prefix.409 Conflict
409 Conflict
The model doesn’t support the requested capability (e.g., vision on a text-only model). Check capabilities with
GET /v1/capabilities.429 Rate Limited
429 Rate Limited
Too many requests. Wait and retry with exponential backoff.
What’s Next?
Authentication
JWT vs PAT, SSO, token refresh, and security best practices.
API Tokens
Create scoped tokens for programmatic access.
Developer Guide
Complete endpoint reference with all API areas.
API Reference
Full auto-generated API documentation.

