Authorization: Bearer ********************
{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}
curl --location --request POST 'https://xiaosong.chat/v1/audio/speech' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}'
{}