cURL
Discovery
Get API Discovery
Unauthenticated API-origin discovery document pointing agents to the canonical API base URL, full docs, web-origin OpenAPI spec, health check, and representative authenticated data routes.
GET
cURL
Discover the public V1 API surface without a key.
Use it as the first probe for agents, SDK setup, and uptime checks that need the docs and health endpoints before authenticating.
GET /api/v1 returns the API base URL, docs URL, OpenAPI URL, unauthenticated health URL, and representative authenticated data routes.