Skip to main content
Base URL:

Public endpoints

Authenticated endpoints

Auth convention

Protected API-key endpoints use:
Do not document X-API-Key for the current protected registration route unless the backend adds support for it.

Error convention

Most validation failures return JSON with a top-level message and an errors object:
Some lookup routes return a compact error string instead:
Treat response bodies as part of the contract for agent callers. A caller should be able to show the exact failed field, not only the HTTP status.

Rate limits

Public API routes currently return standard rate-limit headers such as x-ratelimit-limit and x-ratelimit-remaining. Observed limits: When a route returns 429, back off and keep the original request. Do not retry paid or signing actions automatically.

Next