Skip to main content
POST
/
media
/
v1
/
transcripts
/
retrieve
{
  "status": "completed",
  "text": "<string>",
  "vault_id": "<string>",
  "object_id": "<string>",
  "source_object_id": "<string>",
  "transcript_object_id": "<string>",
  "transcription_job_id": "<string>",
  "filename": "<string>",
  "word_count": 123,
  "confidence": 123,
  "audio_duration": 123
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
vault_id
string
required

Vault ID containing the source media or transcript object.

object_id
string
required

Object ID for either the source audio/video file or transcript artifact.

transcript
object

Alternative nested transcript object reference.

Response

Transcript text retrieved successfully

status
enum<string>
required
Available options:
completed
text
string
required

Full transcript text.

vault_id
string
required
object_id
string
required

Requested object ID.

source_object_id
string

Source media object ID when known.

transcript_object_id
string

Transcript object ID when known.

transcription_job_id
string

Transcription job ID when known.

filename
string
word_count
integer
confidence
integer
audio_duration
integer