v1

latestSwagger 2.0GNU General Public License v3.02026-07-17121132.5 KB
Medias

Upload a audio file

Upload a new audio file for a given media ID

post/medias/{id}/upload/audio

Path parameters

idstring required

Media identifier

Response

OK

codeinteger
metadataobject

Example response

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