Use a Stream Template
Retrieve a template’s stream creation payload, ready to post as a new stream.
Overview
Returns the stream creation payload the template was saved from: the exact configuration of that stream, including its source, audio selections, processing profiles, pipelines and targets. The returned payload is compatible with the Create Stream request body. Itsstart_time and
end_time are the original stream’s schedule and will be in the past, so set
them to your new broadcast window before creating the stream.
Templates are scoped to your workspace: requesting a template that belongs to
another workspace returns 404.
Related endpoints
Authorizations
The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Path Parameters
Response
The template's stream creation payload.
A stream creation payload compatible with the Create Stream request body. Adjust start_time and end_time before creating a stream from it.