8e7584c449dc

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Media

Add audio

post/medias/audio

Headers

channelstring required

Channel ID

organizationstring required

The URL of the end-user web application

Request body

filenamestring required

File name

status'Uploading' | 'Uploaded' | 'Transcoding' | 'Ready' | 'Ingest' | 'Processing' | 'Complete' | 'ImageComplete' | 'AudioComplete' | 'SubtitleComplete' required

The current status of the audio file. Enum

durationnumber required

Duration of audio content

mp3Pathstring required

The URL of the audio file

Example request

{
  "duration": 10000,
  "mp3Path": "www.fanhero.com/medias/audio.mp3"
}

Response

Audio media created.