Voices

Get user voices or system voices

get

Supports pagination.

Authorizations
Query parameters
skipintegerOptional

Pagination offset

Default: 0
limitintegerOptional

Maximum number of items to return

Default: 10
Responses
200

Success

application/json
get
/voices
HTTP

Upload audio file and transcribe

post

Convert the uploaded audio file into text, supports denoise and display name.

Authorizations
Body
filestring · binaryRequired

Audio file to upload

display_namestringOptional
denoisebooleanOptional
Responses
200

Success

application/json
post
/voices
HTTP

Get voice details

get
Authorizations
Path parameters
voice_idstringRequired
Responses
200

Success

application/json
get
/voices/{voice_id}
HTTP