Skip to main content

Upload the binary file of an audio

POST 

/spaces/{owner}/{space}/audios/{audio}/file

Upload the binary file of an audio.

To upload a media file as an audio, it must meet the specified requirements.

An audio can only have one binary file, either provided as a Base64 string on audio creation or uploaded raw in a separate request.

Path Parameters


    owner handlerequired

    The handle of the owner.

    Possible values: non-empty and <= 50 characters


    space handlerequired

    The handle of the space.

    Possible values: non-empty and <= 50 characters


    audio handlerequired

    The handle of the audio.

    Possible values: non-empty and <= 50 characters

Body

required

application/octet-stream

Responses

The updated audio

application/json