video
Upload video file
Upload video file
post/api/v1/videos/upload
Response
Video and Links (HATEOAS)
Example response
{
"video": {
"createdAt": "2022-04-15T12:59:52Z",
"id": "aaaa-b56b-...",
"status": "VIDEO_STATUS_ENCODING",
"title": "A Title",
"updatedAt": "2022-04-15T12:59:52Z",
"uploadedAt": "2022-04-15T12:59:52Z"
}
}Changes
Changed in 4 of the 10 revisions of this API.8
- ○
api tag
videoaddedapi-tag-added
- ○
api tag
uploadremovedapi-tag-removed
- ○
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
- ○
added the non-success response with the status
415response-non-success-status-added
- ○
- ○
api tag
uploadaddedapi-tag-added
- ○
api tag
videoremovedapi-tag-removed
- ○
removed the non-success response with the status
409response-non-success-status-removed
- ○
removed the non-success response with the status
415response-non-success-status-removed
- ○