Twilio Voice V3
Connector for the twilio-voice-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://voice.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchtranscription— GET /v3/Transcriptions/{transcriptionId} — Fetch metadata about a specific transcriptioncreatev3transcriptions— POST /v3/Transcriptions — Creates a new transcription from either a sourceId or a mediaUrl. Either sourceId or mediaUrl must be provided, but not both.
Inputs
apiKey— your twilio-voice-v3 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: fetchtranscription
apiKey: <your key>