POST
/
threads
threads
curl --request POST \
  --url https://api.anyapi.ai/v1/threads \
  --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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Get your API key from the dashboard.

Body

multipart/form-data

Response

200 - application/json

Successful response

The response is of type object.