Audios
Update an audio
Update an audio by providing its new details.
PATCH
/
spaces
/
{owner}
/
{space}
/
audios
/
{audio}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
owner
string
requiredThe handle of the owner.
space
string
requiredThe handle of the space.
audio
string
requiredThe handle of the audio.
Body
application/json
alias
string | null
The new alias of the audio.
Response
200 - application/json
id
string
requiredThe UUID of the audio. Is unique.
handle
string
requiredThe handle of the audio. Is unique.
alias
string | null
requiredThe alias of the audio.
state
enum<string>
requiredThe state of the audio.
Available options:
avaitingFile
, available
, notAvailable
duration
string
requiredThe duration of the audio.
voiceDuration
string
requiredThe voice duration of the audio.
sampleRate
integer
requiredThe sampling sample rate of the audio.
identity
object
requiredThe identity linked to the audio.
voiceprints
integer
requiredThe number of voiceprints of the audio.
verifications
integer
requiredThe number of verifications of the audio.
createdAt
string
requiredThe date and time when the audio was created.
uploadedAt
string
requiredThe date and time when the binary file was uploaded.