⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
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.
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>"
}
]
}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.
POST request to below endpoint to return all uploaded voices.
--request POST 'https://modelslab.com/api/v6/voice/voice_list' \
{
"key": ""
}
Was this page helpful?