Request OTT
documentedRequest a one-time token for a Transcription session.
POST https://ai.twilio.com/v1/TokensConversational 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://ai.twilio.com/v1/Tokens\" \
-X POST \
-u \"{{TWILIO_API_KEY}}:{{TWILIO_API_SECRET}}\" \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{\"ott_ttl\": 60, \"grants\": [{\"product\": \"intelligence-discovery\"}]}'