English
cURL
curl --request POST \ --url https://proxy.innk.cc/v1/audio/transcriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "file": "<string>", "model": "<string>" } '
{ "text": "<string>" }
Create speech-to-text
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
audio file
Model
successful response
Transcribed text content
Was this page helpful?