Page optimized for desktop experience. Please use a desktop browser for best compatibility.

Get Video Playback URL

This endpoint retrieves a playback URL and thumbnail URL associated with a provided video GUID. Note that the playback URL is used for embedding purposes only and is not a direct link to the video file itself.

GET
/api/v2/videos/{videoId}/playback-url

Path Parameters

Parameter Type Validations
videoId string, required ID of the video to retrieve URLs

Response Body

successful response

{
"video":
{
"id": "03080959-10d8-47f2-9119-7f516ca8d00b",
"title": "Animation",
"description": "60 Hours of Animation in 20 seconds",
"categories": [
{
"categoryId": "47c36208-42e5-48b8-8def-a0779f3de196",
"name": "Education",
"fullPath": "Education"
},
{
"categoryId": "2d1ea902-fe96-4031-aef0-5af800d95fe4",
"name": "Schools",
"fullPath": "Schools"
} ],
"tags": [ "Animated", "Robot" ],
"thumbnailUrl": "http://RevUrl/media/videos/thumbnails/a9c75889-4204-44d4-8182-cac5e2899eac.jpg",
"playbackUrl": "http://RevUrl/embed?id=03080959-10d8-47f2-9119-7f516ca8d00b"
}
}

Unauthorized error

Internal server error