Use the Anthid API reference to explore available endpoints, request parameters, response schemas, and errors.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.
Authentication
Authenticate requests with an API key in thex-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. IncludeContent-Type: application/json when sending a request body.
gRPC
For gRPC requests, pass the same API key as request metadata using thex-api-key key.