Authorization: Bearer ********************{
"model": "eleven_v3",
"input": "hello guoguo. Nice to meet you! ",
"voice": "Rachel"
}curl --location --request POST 'https://api.mixrouter.com/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-msgpack' \
--data-raw '{
"model": "eleven_v3",
"input": "hello guoguo. Nice to meet you! ",
"voice": "Rachel"
}'{
"data": {
"audio_url": "https://xxx.xxx.com/images/1767065366175444177-LfMTGXorgV.wav"
},
"message": "",
"success": true
}