Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.anthid.com/llms.txt

Use this file to discover all available pages before exploring further.

Use the Anthid API reference to explore available endpoints, request parameters, response schemas, and errors.

Authentication

Authenticate requests with an API key in the x-api-key header. Keep your API key private and do not expose it in client-side code.

REST

REST requests use JSON for both request bodies and responses. Include Content-Type: application/json when sending a request body.
curl https://api.anthid.com/v1/intent \
  -X POST \
  -H "x-api-key: <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "account_id": "YOUR_ACCOUNT_ID"
  }'

gRPC

For gRPC requests, pass the same API key as request metadata using the x-api-key key.
grpcurl \
  -H "x-api-key: <YOUR_API_KEY>" \
  api.anthid.com:443 \
  list

Support

For questions about authentication, request formats, or API behavior, contact support.