sefer-graph

API reference

Every public endpoint and its required scope.

Base URL: https://sefer-graph-worker.mordechaipotash.workers.dev

methodpathscopepurpose
GET/v1/healthpublicliveness, version, graph and transcription readiness
GET/v1/lookuplookupcanonical text for one reference
GET/v1/citationscitationsstrict incoming and outgoing citations
GET/v1/leadsleadsAI-inferred incoming and outgoing relationships
GET/v1/searchsearchHebrew full-text search
POST/v1/resolveresolvebatch resolve up to 200 references
POST/v1/translatetranslatecached Hebrew-to-English translation
POST/v1/uploadstranscribestream one audio upload
POST/v1/transcriptionstranscribecreate an asynchronous job
GET/v1/transcriptions/{job_id}transcribeinspect job state
GET/v1/transcriptions/{job_id}/resulttranscriberetrieve a completed transcript
POST/v1/transcriptions/{job_id}/canceltranscribecancel a queued job
DELETE/v1/transcriptions/{job_id}transcribepermanently delete stored content
GET/v1/account/creditsvalid keycurrent dollar-credit balance
GET/v1/account/usagevalid keythe key owner's usage and settlement rows

The complete parameters, bodies, examples, and schemas live in the OpenAPI 3.1 specification.