Endpoints
List Models
Return the list of models available to your API key.
GET
Use this endpoint to discover exactly which model IDs your key can access before sending chat or embeddings requests.
Base URL
https://api.dottxt.ai/v1
Practical request pattern
Example response shape
Notes
- Use
data[].iddirectly inmodelforPOST /chat/completions. - If auth is missing or invalid, this endpoint returns
401.
Authorizations
API key authentication. Include your key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
API keys can be created and managed in the dashboard.