The Apollo AI API uses API keys to authenticate requests. You can view and manage your API keys in the Apollo AI Dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.apolloai.lol/llms.txt
Use this file to discover all available pages before exploring further.
Authentication Header
All API requests must include your API key in thex-api-key header.
Example Request
Response Codes
| Status Code | Description |
|---|---|
| 401 | Unauthorized: API key is missing or invalid. |
| 403 | Forbidden: API key is valid but does not have permission for the requested resource (e.g. tier restrictions). |