Sign in

Create call transcription

documented

Create a transcription for a live call.

POST /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Transcriptions.jsonVoiceno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.twilio.com/2010-04-01/Accounts/{{$AccountSid}}/Calls/{{$CallSid}}/Transcriptions.json" \
  -X POST \
  -u "{{TWILIO_ACCOUNT_SID}}:{{TWILIO_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "name={{$name}}&track={{$track}}"
Create call transcription · Twilio · OpenIntegrations