v1

latestSwagger 2.0GNU General Public License v3.02026-07-17121132.5 KB
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"
  }
}