Skip to main content
GET
Get transcription

Authorizations

Authorization
string
header
required

API key starting with owk_live_

Path Parameters

id
string<uuid>
required

Transcription ID.

Query Parameters

format
enum<string>
default:json

Output format. json returns the full object with segments. text returns plain text. srt and vtt return subtitle formats (requires segments).

Available options:
json,
text,
srt,
vtt

Response

The transcription in the requested format. text/plain is returned for text, srt, and vtt formats.

data
object