Get an API key
Free tier in about a minute. No credit card.
Quickstart
Make your first authenticated request in ~5 minutes.
Authentication
API keys, headers, rotation, and revocation.
API reference
Every endpoint, request shape, and response field.
Base URL
How a response is shaped
Every endpoint returns a JSON envelope with two top-level keys:data (the result) and meta (request metadata). On /v2/* endpoints, meta._agentic carries the freshness and quality signal, and the same information is mirrored in the X-Schema-Version and X-Quality-Gate response headers.
Authentication at a glance
Requests authenticate with an API key (prefixedsk_live_) passed as a bearer token:
See Authentication for key rotation and revocation, and Scopes for what each key can access.
Where to go next
- Quickstart — your first call.
- Scopes — the permissions a key can hold.
- Rate limits — per-tier request and quota limits.
- Errors — the error envelope and how to handle each status.
- Glossary — definitions for any unfamiliar term used here.