Create transcript
documentedCreate a new Conversational Intelligence 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 "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'serviceSid={{$serviceSid}}&channel={"media_properties":{"media_url":"{{$media_url}}"}}&customerKey={{$customerKey}}&mediaStartTime={{$mediaStartTime}}'