{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_multilingual_v2"
}
curl --location --request POST 'https://api.302.ai/elevenlabs/text-to-speech/JBFqnCBsd6RMkjVDRZzb?output_format=mp3_44100_128&response_format=url' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_multilingual_v2"
}'
{}