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

codeinteger
metadataobject

Example response

{
  "code": 200,
  "data": {
    "duration": "0",
    "start_time": "0"
  }
}

Changes

Changed in 3 of the 40 revisions of this API.12