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>"
Compatible with OpenAI SDK.OpenAI API Reference

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Body

application/json
model
string
required

Model

input
string
required

text content

Response

200 - audio

successful response

The response is of type file.