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"
}'
{
  "status": "success",
  "voices": [
    {
      "voice_id": "<string>",
      "name": "<string>",
      "language": "<string>"
    }
  ]
}

Request

Send a POST 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
key
string
required

Your API Key used for request authorization

type
enum<string>
default:manual

Type of voices to retrieve

Available options:
manual,
trained,
voice_cover

Response

Voice list response

status
enum<string>

Status of the request

Available options:
success,
error
voices
object[]

Array of available voices