Medias
Upload a video file
Upload a new video file for a given media ID
post/medias/{id}/upload/video
Path parameters
idstring required
Media identifier
Response
OK
Example response
{
"code": 200,
"data": {
"duration": "0",
"start_time": "0"
}
}Changes
Changed in 3 of the 40 revisions of this API.12
- ○
api operation id
UploadVideoremoved and replaced withuploadVideoapi-operation-id-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲