get
https://developer.dacast.com/v2/vod/
Get information about an individual piece of VOD content.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Get information about a single VOD by its UUID.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string (UUID) | Required. The VOD identifier, for example 14c66362-b992-1818-f283-4b831ba84712. Use the id returned by Create Video or List Videos. |
Response
Returns one VOD object, including playback URLs, renditions, media metadata, and sharing links.
For a normal playable VOD,renditionsis an array andhlspoints to the unsigned HLS manifest.⚠️ If all renditions are deleted while the source still exists,
GET /v2/vod/{id}can later returnrenditions: nulland empty playback URLs (hls,hds), even though playback in the product/UI may still continue from the remaining source/original media.⚠️ If the source is deleted first and then all renditions are deleted,
GET /v2/vod/{id}can returnrenditions: nullplus empty playback URLs, and previously embedded players / previously obtained playback links can stop playing.
