Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

POST /transcriptions

Summary

Submit an audio file for transcription

Intent

Creates a new async transcription job and returns a job ID for polling

Parameters

No parameters.

Request example

Terminal window
curl -X POST https://api.example.com/transcriptions \
-H "Authorization: Bearer {token}"

Response example

{
"id": "obj_123",
"status": "ok"
}

Error cases

  • 401 — Missing or invalid authentication token
  • 400 — Request validation failed

Gotchas

  • Submit operations require a valid bearer token