Create transcript
documentedCreate a new Transcript for a recording.
POST https://intelligence.twilio.com/v2/TranscriptsConversational Intelligenceno implementation yet0 runsNo 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://intelligence.twilio.com/v2/Transcripts" \
-X POST \
-u "{{TWILIO_API_KEY}}:{{TWILIO_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "serviceSid": "{{$serviceSid}}", "channel": { "media_properties": { "media_url": "{{$media_url}}" } }, "customerKey": "{{$customerKey}}", "mediaStartTime": "{{$mediaStartTime}}", "languageCode": "{{$languageCode}}" }'