Documentation Index
Fetch the complete documentation index at: https://docs.adspo.co/llms.txt
Use this file to discover all available pages before exploring further.
Using with AI
Drop one of these into any AI tool or agent alongside your API key:Authentication
All endpoints require an API key passed in thex-api-key header.
Rate limits
| Limit | Value |
|---|---|
| Requests per minute | 120 |
| Credits per month | 10,000 |
429 response. Monthly quotas reset at the start of each calendar month — the resets_at field in a 429 response tells you exactly when.
Pagination
Paginated endpoints use cursor-based pagination. When more results are available, the response includes anext_cursor value. Pass it as the cursor query parameter to fetch the next page.
Errors
All errors return a consistent JSON shape:| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
404 | Resource not found |
429 | Rate limit or monthly quota exceeded |
500 | Internal server error |