GET
/
v1
/
outputs
/
{output_id}
/

Authorizations

Authorization
string
headerrequired

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

Headers

accept
enum<string>

Accept header supports only next variants:

  • application/json (default) same as */*
  • video/mp4
  • audio/wav

In addition for audio/* types you may pass optional background=false param if you want to get only tts result without background sounds.

Available options:
*/*,
application/json,
audio/wav,
audio/wav;background=false,
video/mp4

Path Parameters

output_id
string
required

Response

200 - application/json
created
string
required
id
string
required
language
string
required
source_id
string
required
status
enum<string>
required
Available options:
pending,
processing,
translated
updated
string | null
required