Authorization: Bearer ********************{
"model": "IndexTTS-1.5",
"input": "我是AI,我会七十二变",
"prompt_wav_url": "https://s3.ffire.cc/files/jay_prompt.wav",
"response_format": "url"
}curl --location --request POST '/openai/v1/audio/speech' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "IndexTTS-1.5",
"input": "我是AI,我会七十二变",
"prompt_wav_url": "https://s3.ffire.cc/files/jay_prompt.wav",
"response_format": "url"
}'{
"audio": " https://faas-minimax-audio-1312767721.cos.ap-shanghai.myqcloud.com/prod/7d02085f-dcf7-4c9f-9982-b21b527593ba-8042aa91-441e-4f73-bcc6-6adbfec1a29a.mp3?q-sign-algorithm=sha1&q-ak=AKIDHOHvKVnrgHkyxhCTyOdeSjoiRxGPSJ0V&q-sign-time=1753874359%3B1753960759&q-key-time=1753874359%3B1753960759&q-header-list=host&q-url-param-list=&q-signature=46345e45a072fdd2861a635832edd6b7c4ac201b "
}