简体中文
cURL
curl --request POST \ --url https://proxy.innk.cc/v1/audio/speech \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "input": "<string>" } '
"<string>"
创建文本转语音
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
模型
文本内容
成功响应
The response is of type file.
file
此页面对您有帮助吗?