Authorization: Bearer ********************{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_turbo_v2_5"
}curl --location --request POST '/elevenlabs/v1/text-to-speech/JBFqnCBsd6RMkjVDRZzb?output_format=mp3_44100_128' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "The first move is what sets everything in motion.",
"model_id": "eleven_turbo_v2_5"
}'文件流