Twilio Twilio Media V1
Connector for the twilio-twilio-media-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://media.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listmediaprocessor— GET /v1/MediaProcessors — Returns a list of MediaProcessors.fetchmediaprocessor— GET /v1/MediaProcessors/{Sid} — Returns a single MediaProcessor resource identified by a SID.listmediarecording— GET /v1/MediaRecordings — Returns a list of MediaRecordings.fetchmediarecording— GET /v1/MediaRecordings/{Sid} — Returns a single MediaRecording resource identified by a SID.listplayerstreamer— GET /v1/PlayerStreamers — Returns a list of PlayerStreamers.fetchplayerstreamer— GET /v1/PlayerStreamers/{Sid} — Returns a single PlayerStreamer resource identified by a SID.
Inputs
apiKey— your twilio-twilio-media-v1 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: listmediaprocessor
apiKey: <your key>