Get voices list and grab voiceId for text-to-voice and text-to-video present in the response data field
curl --request GET \ --url https://mango.quickreel.io/api/v2/constants/voices
{ "total": 803, "message": "Voices fetched successfully!", "data": [ { "voiceId": "5dfe5ceb-0068-4a5f-8960-214e272f57a7", "name": "AIGenerate1", "gender": "Male", "languageCode": "en-US", "style": "general", "sampleVoiceUrl": "https://qr-be-assests.s3.us-east-1.amazonaws.com/voices/en-US-AIGenerate1-General-Audio.wav" } ] }
Total number of voices available
803
Success message
"Voices fetched successfully!"
Show child attributes
Unique identifier for the voice. This is a required field for creating text-to-voice and text-to-video.
"5dfe5ceb-0068-4a5f-8960-214e272f57a7"
Name of the voice
"AIGenerate1"
Gender of the voice
"Male"
Language code of the voice
"en-US"
Style of the voice
"general"
URL to a sample of the voice
"https://qr-be-assests.s3.us-east-1.amazonaws.com/voices/en-US-AIGenerate1-General-Audio.wav"