Authorization: Bearer ********************
{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v1/audio/speech' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"input": "string",
"voice": "string",
"response_format": "string",
"speed": 0
}'
{}