Documentation Index
Fetch the complete documentation index at: https://docs.usesimple.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests are made to:Authentication
All API endpoints require authentication using an API key. You can find your API key in the Simple AI dashboard under Settings > API Keys. Include your API key in theAuthorization header as a Bearer token:
Example Request
Response Format
All responses are returned as JSON. Successful requests return a 2xx status code. Error responses include a message describing what went wrong.Rate Limits
API requests are rate limited. If you exceed the limit, you will receive a429 Too Many Requests response. Back off and retry with exponential backoff.