Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| url | query | Full URL to the video within the Rev portal. | Yes |
| height | query | Value in px for the height of the video embed. Default is 360px. | |
| width | query | Value in px for width of the video embed. Default is 640px. | |
| autoplay | query | true / false |
Example Response
{
"type": "video",
"version": "1.0",
"title": "Conference Presentation",
"html": "< iframe src=\"RevURL/embed?id=e63asdfasdfdfd-6c26-4805-9f25-98b9deaswe23\" width="\"640\"" height="\"360\"" frameborder="\"0\"" allowfullscreen>< /iframe>",
"width": 640,
"height": 360,
"thumbnail_url": "/media/videos/thumbnails/d21e9054-6163-4a44-9b7a-01c1191af545.jpg",
"thumbnail_width": 640,
"thumbnail_height": 360
}
Response Codes
| Code | Description |
|---|---|
| 200 | ok |
| 404 | Video not found |
| 500 | Internal server error |