Transcribes audio into the input language.
cURL
curl --request POST \ --url https://api.anyapi.ai/v1/threads1 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form model=whisper-1 \ --form 'language=<string>' \ --form 'prompt=<string>' \ --form response_format=json \ --form temperature=0 \ --form file=@example-file
{ "text": "<string>" }
Bearer token authentication. Get your API key from the dashboard.
Successful response
The response is of type object.
object