{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Stream Audio Tracks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stream Audio Tracks", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List additional audio tracks on a video", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/audio", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Lists additional audio tracks on a video. Note this API will not return information for audio attached to the video upload." }, { "info": { "name": "APIs.io Engineering Platform Edit additional audio tracks on a video", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/audio/:audio_identifier", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "audio_identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edits additional audio tracks on a video. Editing the default status of an audio track to `true` will mark all other audio tracks on the video default status to `false`." }, { "info": { "name": "APIs.io Engineering Platform Delete additional audio tracks on a video", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/audio/:audio_identifier", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "audio_identifier", "value": "", "type": "path" } ] }, "docs": "Deletes additional audio tracks on a video. Deleting a default audio track is not allowed. You must assign another audio track as default prior to deletion." }, { "info": { "name": "APIs.io Engineering Platform Add audio tracks to a video", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/audio/copy", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds an additional audio track to a video using the provided audio track URL." } ] } ], "bundled": true }