POST
/
api
/
v1
/
audio
/
transcript-audio
curl --request POST \
  --url https://chat.api.toolzz.com.br/api/v1/audio/transcript-audio/ \
  --header 'Content-Type: application/json' \
  --data '{
  "botId": "<string>",
  "input": "<string>"
}'

Body Description

botId
string

Id of the bot

input
string

Audio for Transcription

The botId and Input fields are required!

Use Case

The user can send an audio message to the bot, which will transcribe the audio and provide a response.

Code Response

Exemples of Response Code

200

Request Successful Response

400

Request Failure