API Reference
API Reference
Factual HTTP surfaces for integrators — not a tutorial.
API Reference
Factual overview of public and operator HTTP APIs. For step-by-step tasks use Guides.
Surfaces
| Surface | Auth | Typical use |
|---|---|---|
/api/platform/* | Authorization: Bearer <session> | Console / operator |
/api/sdk/v1/* | Authorization: Bearer pk_live_… | Browser SDK |
/api/rights/v1/* | Public (rate limited) | Subject intake OTP |
/api/health, /api/ready | None | Ops |
Errors are generally JSON (error or code + error). Prefer correlating with x-request-id when present.
429 responses may include Retry-After and rate-limit headers.
Sections
| Page | Content |
|---|---|
| Authentication | Register, login, session |
| SDK API | Config + consent |
| Rights API | Intake + operator cases/systems |
| Platform API | Orgs, projects, Anumati, billing, notifications |
Not product APIs
Legacy /api/erasure/* and portal demo routes are not the current product surface. Do not build new integrations on them.
Base URL
Use your Erasure origin (cloud: https://app.erasurehq.in, or your self-host origin).
TODO: Link OpenAPI or exhaustive field schemas if/when published from source. Until then, treat this as the public summary of app_docs/guide/api.md.