{
"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 ' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_multilingual_v2"
}'
{}