{
"text": "Việt nam có đẹp không",
"voice_setting": {
"speed": 1,
"vol": 1,
"voice_id": "Voice904740431752642196",
"pitch": 0,
"english_normalization": false
},
"language_boost": "Vietnamese",
"output_format": "url"
}
curl --location --request POST '/fal-ai/minimax/speech-02-hd' \
--header 'Authorization: Bearer XXX' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "Việt nam có đẹp không",
"voice_setting": {
"speed": 1,
"vol": 1,
"voice_id": "Voice904740431752642196",
"pitch": 0,
"english_normalization": false
},
"language_boost": "Vietnamese",
"output_format": "url"
}'
{
"action": "fal-minimax-speech-02-hd",
"message": "YEScale - FalAI Task Submitted",
"status": "SUBMITTED",
"task_id": "9d7d00d8-a52f-4e9e-996e-82fa26554f82",
"usage": {
"completion_tokens": 0,
"prompt_tokens": 28,
"total_tokens": 28
}
}