{
"model": "IndexTeam/IndexTTS-2",
"input": "女人低着头,抱着她的脖子,长发披散着,根本看不见脸,只有发丝不断往下滴水",
"max_tokens": 2048,
"voice": "IndexTeam/IndexTTS-2:anna",
"response_format": "mp3",
"sample_rate": 32000,
"stream": false,
"speed": 1,
"gain": 0
}curl --location --request POST 'https://api.aiznt.com/v1/audio/speech' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "IndexTeam/IndexTTS-2",
"input": "女人低着头,抱着她的脖子,长发披散着,根本看不见脸,只有发丝不断往下滴水",
"max_tokens": 2048,
"voice": "IndexTeam/IndexTTS-2:anna",
"response_format": "mp3",
"sample_rate": 32000,
"stream": false,
"speed": 1,
"gain": 0
}'{"url":"https://cdn.aiznt.com/audio/2025/10/14/04c4e1bc-b876-4cb4-b7f5-fad07ee619ff.mp3"}