Create an audio
Create a new audio by providing its details.
To upload a media file as an audio, it must meet the specified requirements and be properly encoded as a Base64 string.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
The handle of the space.
Body
The alias of the new audio.
The handle of the identity linked to the new audio.
The base64-encoded content of the binary file of the new audio.
Response
The UUID of the audio. Is unique.
The handle of the audio. Is unique.
The alias of the audio.
The state of the audio.
avaitingFile
, available
, notAvailable
The duration of the audio.
The voice duration of the audio.
The sampling sample rate of the audio.
The identity linked to the audio.
The number of voiceprints of the audio.
The number of verifications of the audio.
The date and time when the audio was created.
The date and time when the binary file was uploaded.