Skip to main content
POST
/
v1
/
audio
/
speech
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>"

Authorizations

Authorization
string
header
required

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

Body

application/json
model
string
required

模型

input
string
required

文本内容

Response

200 - audio

成功响应

The response is of type file.