API reference
Every public endpoint and its required scope.
Base URL: https://sefer-graph-worker.mordechaipotash.workers.dev
| method | path | scope | purpose |
|---|---|---|---|
GET | /v1/health | public | liveness, version, graph and transcription readiness |
GET | /v1/lookup | lookup | canonical text for one reference |
GET | /v1/citations | citations | strict incoming and outgoing citations |
GET | /v1/leads | leads | AI-inferred incoming and outgoing relationships |
GET | /v1/search | search | Hebrew full-text search |
POST | /v1/resolve | resolve | batch resolve up to 200 references |
POST | /v1/translate | translate | cached Hebrew-to-English translation |
POST | /v1/uploads | transcribe | stream one audio upload |
POST | /v1/transcriptions | transcribe | create an asynchronous job |
GET | /v1/transcriptions/{job_id} | transcribe | inspect job state |
GET | /v1/transcriptions/{job_id}/result | transcribe | retrieve a completed transcript |
POST | /v1/transcriptions/{job_id}/cancel | transcribe | cancel a queued job |
DELETE | /v1/transcriptions/{job_id} | transcribe | permanently delete stored content |
GET | /v1/account/credits | valid key | current dollar-credit balance |
GET | /v1/account/usage | valid key | the key owner's usage and settlement rows |
The complete parameters, bodies, examples, and schemas live in the OpenAPI 3.1 specification.