语音系列
上传参考音频
上传用户预置音色,支持以 base64 编码或者文件形式上传,参考https://docs.siliconflow.cn/capabilities/text-to-speech#2-2)
POST
/
uploads
/
audio
/
voice
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
model
enum<string>
required预置音色的模型名称
Available options:
fishaudio/fish-speech-1.4
customName
string
default: 硅基流动音色模型required用户自定义的音色名称
text
string
default: 在一无所知中, 梦里的一天结束了,一个新的轮回便会开始required音频对应的文字内容
audio
string
使用 base64 编码的音频文件,头部为:data:audio/mpeg;base64,
格式
Response
200 - application/json
uri
string