Skip to main content
GET

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. Its start_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.

Authorizations

x-api-key
string
header
required

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

template_id
integer
required

Response

The template's stream creation payload.

payload
Payload · object
required

A stream creation payload compatible with the Create Stream request body. Adjust start_time and end_time before creating a stream from it.

Last modified on August 7, 2026