API Reference

Complete reference for all Assisters API endpoints. Our API is OpenAI-compatible, so you can use it as a drop-in replacement.

Base URL

https://api.assisters.dev

All API requests should be made to this base URL.

Authentication

All API endpoints require authentication using an API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

See the authentication guide for more details.

Endpoints

Rate Limits

TierRequests/minTokens/min
Free2010,000
Pro100100,000
EnterpriseUnlimitedUnlimited

Rate limit headers are included in all API responses.

Error Handling

The API uses standard HTTP status codes to indicate success or failure:

CodeDescription
200Success
400Bad request - check your parameters
401Unauthorized - invalid API key
403Forbidden - access denied
429Rate limit exceeded
500Server error - retry with backoff