List subtitles

List subtitle tracks attached to a VOD. Returns a slim VOD object; tracks are in subtitles (null when none).

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

List subtitle tracks attached to a VOD. The response is a slim VOD object; tracks are in subtitles.

GET /v2/vod/{id}/subtitles

ℹ️

Authenticate with X-Api-Key and send X-Format: default. Host: https://developer.dacast.com. No request body.

When the VOD has no subtitle tracks, subtitles is null (not an empty array). Use subtitle-id values with Delete subtitles from VODs. To add tracks, see Add subtitles to a VOD.

FieldTypeDescription
idstringVOD UUID.
titlestringVOD title.
onlinebooleanWhether the VOD is online.
durationstringDuration (HH:MM:SS).
filenamestringSource filename.
filesizestringSource size in bytes (string).
creation_datestringCreation time (UTC).
descriptionstringDescription.
custom_datastringCustom data string.
countries_idstringCountry restriction id when set.
subtitlesarray | nullSubtitle tracks, or null if none.
subtitles[].subtitle-idstringTrack id (use for delete).
subtitles[].subtitle-filenamestringOriginal filename (for example en.srt, es.vtt).
subtitles[].subtitle-language-short-namestringISO 639-1 code (for example en, fr).
subtitles[].subtitle-language-long-namestringLanguage display name.
subtitles[].subtitle-urlstringCDN URL for the file when available.
subtitles[].target-idstringMatches id from a curl init response.
Path Params
string
required

UUID of the VOD.

Responses

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