{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Stream Live Inputs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stream Live Inputs", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List live inputs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "include_counts", "value": "", "type": "query" } ] }, "docs": "Lists the live inputs created for an account. To get the credentials needed to stream to a specific live input, request a single live input." }, { "info": { "name": "APIs.io Engineering Platform Create a live input", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a live input, and returns credentials that you or your users can use to stream live video to Cloudflare Stream." }, { "info": { "name": "APIs.io Engineering Platform Retrieve a live input", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier", "params": [ { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieves details of an existing live input." }, { "info": { "name": "APIs.io Engineering Platform Update a live input", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier", "params": [ { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specified live input." }, { "info": { "name": "APIs.io Engineering Platform Delete a live input", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier", "params": [ { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Prevents a live input from being streamed to and makes the live input inaccessible to any future API calls." }, { "info": { "name": "APIs.io Engineering Platform List all outputs associated with a specified live input", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier/outputs", "params": [ { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieves all outputs associated with a specified live input." }, { "info": { "name": "APIs.io Engineering Platform Create a new output, connected to a live input", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier/outputs", "params": [ { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new output that can be used to simulcast or restream live video to other RTMP or SRT destinations. Outputs are always linked to a specific live input — one live input can have many outputs." }, { "info": { "name": "APIs.io Engineering Platform Update an output", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier/outputs/:output_identifier", "params": [ { "name": "output_identifier", "value": "", "type": "path" }, { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the state of an output." }, { "info": { "name": "APIs.io Engineering Platform Delete an output", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/live_inputs/:live_input_identifier/outputs/:output_identifier", "params": [ { "name": "output_identifier", "value": "", "type": "path" }, { "name": "live_input_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an output and removes it from the associated live input." } ] } ], "bundled": true }