ErasureDocs
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

SurfaceAuthTypical 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/readyNoneOps

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

PageContent
AuthenticationRegister, login, session
SDK APIConfig + consent
Rights APIIntake + operator cases/systems
Platform APIOrgs, 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.