{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Stream Subtitles/Captions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stream Subtitles/Captions", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List captions or subtitles", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists the available captions or subtitles for a specific video." }, { "info": { "name": "APIs.io Engineering Platform List captions or subtitles for a provided language", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions/:language", "params": [ { "name": "language", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists the captions or subtitles for provided language." }, { "info": { "name": "APIs.io Engineering Platform Upload captions or subtitles", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions/:language", "params": [ { "name": "language", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Uploads the caption or subtitle file to the endpoint for a specific BCP47 language. One caption or subtitle file per language is allowed." }, { "info": { "name": "APIs.io Engineering Platform Delete captions or subtitles", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions/:language", "params": [ { "name": "language", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes the captions or subtitles from a video." }, { "info": { "name": "APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions/:language/generate", "params": [ { "name": "language", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Generate captions or subtitles for provided language via AI." }, { "info": { "name": "APIs.io Engineering Platform Return WebVTT captions for a provided language", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/:identifier/captions/:language/vtt", "params": [ { "name": "language", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return WebVTT captions for a provided language." } ] } ], "bundled": true }