{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Compositions API", "version": "1.52.0" }, "items": [ { "info": { "name": "Compositions", "type": "folder" }, "items": [ { "info": { "name": "Twilio List Compositions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Compositions", "params": [ { "name": "Status", "value": "", "type": "query" }, { "name": "RoomSid", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of compositions. Compositions combine multiple recordings into a single media file." }, { "info": { "name": "Twilio Create a Composition", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/Compositions", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a new composition from room recordings. Define the layout, resolution, and which audio and video tracks to include." }, { "info": { "name": "Twilio Fetch a Composition", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/Compositions/:CompositionSid", "params": [ { "name": "CompositionSid", "value": "", "type": "path" } ] }, "docs": "Twilio Fetch a Composition" }, { "info": { "name": "Twilio Delete a Composition", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/Compositions/:CompositionSid", "params": [ { "name": "CompositionSid", "value": "", "type": "path" } ] }, "docs": "Twilio Delete a Composition" }, { "info": { "name": "Twilio Fetch Composition Settings", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/CompositionSettings/Default" }, "docs": "Twilio Fetch Composition Settings" }, { "info": { "name": "Twilio Create or Update Composition Settings", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/CompositionSettings/Default", "body": { "type": "form-urlencoded", "data": [ { "name": "FriendlyName", "value": "" }, { "name": "AwsCredentialsSid", "value": "" }, { "name": "AwsS3Url", "value": "" }, { "name": "AwsStorageEnabled", "value": "" }, { "name": "EncryptionKeySid", "value": "" }, { "name": "EncryptionEnabled", "value": "" } ] } }, "docs": "Configure the AWS credentials and S3 bucket for storing compositions." }, { "info": { "name": "FetchComposition", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Compositions/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Composition resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a single Composition resource identified by a Composition SID." }, { "info": { "name": "DeleteComposition", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Compositions/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Composition resource to delete." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a Recording Composition resource identified by a Composition SID." }, { "info": { "name": "ListComposition", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Compositions", "params": [ { "name": "Status", "value": "", "type": "query", "description": "Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`." }, { "name": "DateCreatedAfter", "value": "", "type": "query", "description": "Read only Composition resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone." }, { "name": "DateCreatedBefore", "value": "", "type": "query", "description": "Read only Composition resources created before this ISO 8601 date-time with time zone." }, { "name": "RoomSid", "value": "", "type": "query", "description": "Read only Composition resources with this Room SID." }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List of all Recording compositions." }, { "info": { "name": "CreateComposition", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Compositions", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }