Get all uploaded voices
curl --request POST \
--url https://modelslab.com/api/v6/voice/voice_list \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"type": "manual"
}
'{
"voices": [
{
"voice_id": "<string>",
"name": "<string>",
"language": "<string>"
}
]
}Speech & Audio API
Get Uploaded Voices
Allows you to get list of all uploaded voices.
POST
/
voice
/
voice_list
Get all uploaded voices
curl --request POST \
--url https://modelslab.com/api/v6/voice/voice_list \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"type": "manual"
}
'{
"voices": [
{
"voice_id": "<string>",
"name": "<string>",
"language": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Send aPOST request to below endpoint to return all uploaded voices.
curl
--request POST 'https://modelslab.com/api/v6/voice/voice_list' \
Body
json
{
"key": ""
}
Body
application/json
Was this page helpful?
⌘I

