✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
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
Unique identifier for the voice
Display name of the voice
Language of the voice
Was this page helpful?