Skip to main content
POST
Create Transcript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Body

application/json
language
enum<string>
required

Transcript language base tag. Use one of the supported values, such as en or he.

Available options:
bg,
cs,
da,
de,
el,
en,
es,
et,
fi,
fr,
he,
hr,
hu,
it,
lt,
lv,
mt,
nl,
pl,
pt,
ro,
ru,
sk,
sl,
sv,
uk
Examples:

"en"

"he"

requested_outputs
enum<string>[]
Available options:
text,
speakers,
utterances,
words
diarize
boolean
default:false

Request speaker diarization. Billed separately at $0.05/audio-hour.

Response

Successful Response

project_id
string
required
analysis
string
required
Allowed value: "transcript"
status
enum<string>
required

202 dispatch acknowledgment for an analysis command.

failed is deliberately absent: a failed command never reaches this wire — the POST either re-dispatches (idempotent retry) or raises 503 (see _existing_command_response's gate).

Available options:
queued,
processing,
completed
requested_outputs
enum<string>[]
required
Available options:
text,
speakers,
utterances,
words
created_at
string
required