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

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

space
string
required

The handle of the space.

audio
string
required

The handle of the audio.

Body

application/json
alias
string | null

The new alias of the audio.

Response

200 - application/json
id
string
required

The UUID of the audio. Is unique.

handle
string
required

The handle of the audio. Is unique.

alias
string | null
required

The alias of the audio.

state
enum<string>
required

The state of the audio.

Available options:
avaitingFile,
available,
notAvailable
duration
string
required

The duration of the audio.

voiceDuration
string
required

The voice duration of the audio.

sampleRate
integer
required

The sampling sample rate of the audio.

identity
object | null
required

The identity linked to the audio.

voiceprints
integer
required

The number of voiceprints of the audio.

verifications
integer
required

The number of verifications of the audio.

createdAt
string
required

The date and time when the audio was created.

uploadedAt
string
required

The date and time when the binary file was uploaded.