Starts a live broadcast.

Behavior: Initiates a new live broadcast session using the provided configuration. Returns the created Nomad.Common.Models.Admin.LiveOperator.LiveOperatorModel representing the active broadcast.

Authorization: Requires an authenticated user with a valid bearer token.

Side Effects:

  • A new live operator record is created.
  • The broadcast session begins streaming.

Error Scenarios:

  • Returns 400 if the input model fails validation.
  • Returns 401 if the request is not authenticated.
  • Returns 404 if the referenced resources could not be found.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The broadcast configuration model specifying stream parameters.

Represents the request model for creating or starting a live operator stream.

uuid | null

Gets or sets the optional identifier for the live operator stream.

preRollAsset
object | null

Gets or sets the pre-roll asset played before the live stream starts.

postRollAsset
object | null

Gets or sets the post-roll asset played after the live stream ends.

liveInput
object | null

Gets or sets the live input source reference for the stream.

relatedContent
array of objects | null

Gets or sets the list of related content references for the stream.

relatedContent
tags
array of objects | null

Gets or sets the list of tags associated with the stream.

tags
uuid

Gets or sets the live channel identifier to assign to the stream.

customProperties
object | null

Gets or sets the custom properties dictionary for the stream.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json