Skip to content

API Documentation

Health

  • GET /api/health
  • 200 { ok: true, ts: number }

Ingest

  • POST /api/ingest
  • Headers: Authorization: Bearer <api-key>
  • Body: IngestPayload (see docs/api/ingest.md and lib/validation-schemas.ts)