/api/v1; do not append the prefix twice.
Authentication
Use an API key inx-api-key or Authorization: Bearer. OAuth access tokens use bearer authentication and currently grant MCP and search permissions only. See Authentication and scopes.
Generated endpoint groups
- Search indexed content.
- Create crawl, deep-crawl, and extraction runs.
- List, inspect, cancel, retry, and delete runs.
- List results and retrieve content or screenshots.
Response handling
Search returns results synchronously. Run creation returns a run to poll. Run deletion returns202 and completes asynchronously. Content endpoints return text or image bytes rather than a JSON envelope.
Failures use a JSON object with error and optional details. Treat 403 as an authorization or plan-limit problem, not a transient failure to retry indefinitely.