V3 > Resources

Render subtitle.

Render the subtitle in the requested format.

get/2/vod/res/subtitles/{subtitle}.{format}

Path parameters

subtitlestring required

The Subtitle unique identifier

formatstring required

Use one of the following values<note><strong>srt</strong>: Simple subtitle format</note><note><strong>vtt</strong>: WebVTT subtitle format</note><note><strong>sub</strong>: Generic subtitle format</note><note><strong>stl</strong>: EBU STL subtitle format</note><note><strong>sbv</strong>: YouTube subtitle format</note><note><strong>json</strong>: Raw json format</note><note><strong>txt</strong>: Plain text format</note><note><strong>dxfp</strong>: Standard for XML captions and subtitles based on the TTML (Timed Text Markup Language) format</note><note><strong>ttml</strong>: Standard for XML captions developed by the World Wide Web Consortium (W3C)</note>

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.