如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/fish/v1/tts' \
--header 'model;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "你好,这是一段测试文本",
"temperature": 0.7,
"top_p": 0.7,
"chunk_length": 200,
"normalize": true,
"format": "mp3",
"mp3_bitrate": 128,
"latency": "normal"
}'{
"status": 401,
"message": "未授权访问,请提供有效的Bearer Token"
}