Exports subtitles for an asset in the specified format (DOCX, SRT, VTT, or TXT).

Behavior: Converts the transcription data for the specified related asset (subtitle track) into the requested export format and returns the file as a downloadable binary response. Supported formats: DOCX (Word document), SRT (SubRip), VTT (WebVTT), and TXT (plain text).

Authorization: Requires a valid Bearer token.

Side Effects: None.

Error Scenarios: Returns 204 if the export format is invalid. Returns 400 if the subtitle data is empty or the asset needs reprocessing. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the parent asset.

uuid
required

The unique identifier of the subtitle-related asset to export.

Body Params

The export options including the desired output format.

boolean
boolean
boolean
int32
enum

0 = DocX

1 = Text

2 = SRT

3 = VTT

Allowed:
string | null
string | null
uuid
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

204

The export format is not supported.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json