Short audio stays sync
Requests above the sync-safe threshold fail fast instead of quietly mutating into background jobs.
Orpheus keeps short clips fast, routes long recordings into durable async jobs, and gives you uploads, jobs, timestamps, VTT, and usage visibility on one Cloudflare-native stack.
Requests are rate-limited and isolated from paid workloads. Use this to validate the API path, not to batch process files.
Requests above the sync-safe threshold fail fast instead of quietly mutating into background jobs.
Uploads, jobs, chunk orchestration, merge, callbacks, timestamps and VTT all stay visible and recoverable.
/v1/audio/ingest gives first-party clients a best-effort route decision before bytes are uploaded.
text, segments and vtt are guaranteed. Word timestamps remain provider best effort.
Weak-network clients can resume from explicit upload session state. Background jobs expose status, usage and result metadata instead of hiding real work behind optimistic sync UX.
GET /v1/audio/uploads/:id reports completion and consumption state so clients can safely replay complete.
Inspect jobs, uploads, API keys, billing, webhooks and workspace settings from the same deployment boundary as the API.