Up and running in minutes.
Three steps: get an API key, make your first request, see a live response.
Create an account & API key
Head to the AnchorGrid console to sign up. Once you're in, navigate to API Keys and create a new key. Copy it immediately — the secret is shown only once.
Open ConsoleKeys are prefixed ag-prod- followed by 64 hex characters. The raw secret is returned once on creation — after that only a masked prefix is shown in the console.
Upload your first PDF
Every detection endpoint requires a document_id — you get one by uploading your PDF to POST /v1/documents. The request is multipart/form-data with a single file field. You get back a document_id to use in subsequent calls.
See a live response
Paste your key below and hit Run. The request goes directly to api.anchorgrid.ai from your browser — nothing is stored here.
Upload reference
POST /v1/documents
Save the document_id — pass it to any detection endpoint. The download_url is a short-lived presigned URL (15 min); re-fetch via GET /v1/documents/{id} when it expires.
Next steps
