Quickstart
Get up and running with the Co-mind.ai API. This guide walks you through authentication and your first API calls.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.

