cURL
curl --request POST \ --url https://modelslab.com/api/v6/voice/voice_list \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>", "type": "manual" }'
{ "status": "success", "voices": [ { "voice_id": "<string>", "name": "<string>", "language": "<string>" } ] }
Allows you to get list of all uploaded voices.
POST
--request POST 'https://modelslab.com/api/v6/voice/voice_list' \
{ "key": "" }
Your API Key used for request authorization
Type of voices to retrieve
manual
trained
voice_cover
Voice list response
Status of the request
success
error
Array of available voices
Show child attributes
Was this page helpful?