Eleven Labs

Setup

For Async transcription

Example Async Transcription Request

curl --request POST \
     --url https://us-west-2.recall.ai/api/v2beta/bot/{BOT_ID}/analyze \
     --header "Authorization: $RECALLAI_API_KEY" \
     --header "accept: application/json" \
     --header "content-type: application/json" \
     --data '{
    "elevenlabs_async_transcription": {
      "model_id": "scribe_v2"
    }
  }
  '

For a list of options available, see the eleven labs API docs.