Cattura CaptureCast HTTP API Documentation

capture.attachToMediaPackage

Attaches an output element to a media package.

Method URL

POST mediaPackages/{id}/outputs/{key}

Requires Authorization

null

URL Parameters

Name Type Description
id string The ID of the media package you want to attach this element to.
key string The key for this output.

Post/Query Parameters

Name Type Description
element json The element object for this output.

Example

curl 'http://'

Test Method

Parameters

Name Type
id
key
element

Result