Authentication
Every request to the AnchorGrid API must include your API key in the X-API-Key header.
Header
X-API-Key
Include the header on every request. The value is the full key secret you copied from the console — it starts with ag-prod- followed by 64 hex characters.
GET https://api.anchorgrid.ai/v1/documents X-API-Key: ag-prod-<64 hex chars>
The key secret is shown once at creation time. After that, only a masked prefix is visible in the console. Store it securely before closing the dialog.
Getting started
Get an API key
Sign in to the AnchorGrid console, navigate to API Keys, and create a new key. Copy the secret immediately.
Open ConsoleAccess control
Tiers
Each API key carries a tier that governs rate limits, upload size, job retention, credits, and webhook delivery.
Rate-limited responses return 429 with X-RateLimit-* headers and a retry_after_seconds field in the body.
Next steps