API Reference

Retranscribe Bot

Transcribe or retranscribe a bot's audio using the Default or your provided Speech to Text Provider

POST
/bots/retranscribe

Authorization

x-meeting-baas-api-key<token>

API key for authentication

In: header

Request Body

application/jsonRequired
bot_uuidRequiredstring
speech_to_textAny properties in object,string
webhook_urlstring | null
curl -X POST "https://api.meetingbaas.com/bots/retranscribe" \
  -H "x-meeting-baas-api-key: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "bot_uuid": "string",
    "speech_to_text": {
      "api_key": "string",
      "provider": "Gladia"
    },
    "webhook_url": "string"
  }'

description