Upload and Associate Files to a Video
You can upload files and then associate them to a video asset. These files can be supplemental content (such as PDFs or PowerPoints), subtitle files from a transcription service or a thumbnail to customize the video thumbnail image that displays.
See: Transcription & Translation for subtitle file endpoint documentation
Supplemental File Endpoints
| Method | Description | |
| POST | /api/uploads/supplemental-files/{videoId} | Upload Supplemental Files |
| GET | /api/v2/videos/{videoId}/supplemental-files | List Supplemental Files |
| GET | /api/v2/videos/{videoId}/supplemental-files/{fileId}/status | Download Supplemental File |
Thumbnail File Endpoints
| Method | Description | |
| POST | /api/uploads/images/{videoId} | Upload Thumbnail Image |
| GET | /api/v2/media/videos/thumbnails/{key} | Get Thumbnail Image |