Authorization: Bearer ********************
{
"text": "This is a test for the API of ElevenLabs.",
"model_id": "eleven_turbo_v2"
}
curl --location -g --request POST '/v1/text-to-speech/9BWtsMINqrJLrRacOk9x' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "This is a test for the API of ElevenLabs.",
"model_id": "eleven_turbo_v2"
}'
{}