English
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>"
Create text-to-speech
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Model
text content
successful response
The response is of type file.
file
Was this page helpful?