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
Example response
{
"code": 200,
"data": {
"duration": "0",
"start_time": "0"
}
}