Completes the current recording segment and saves the recording.

Behavior: Finalizes the active recording segment for the specified broadcast and persists the recorded content as an asset. The segment details are provided in the request body.

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

Side Effects:

  • The current recording segment is completed.
  • The recorded content is saved as an asset.

Error Scenarios:

  • Returns 400 if the segment completion model fails validation.
  • Returns 401 if the request is not authenticated.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the broadcast whose segment to complete.

Body Params

The segment completion model containing recording details.

Represents the request model for creating a new segment within a live operator stream.

uuid | null

Gets or sets the identifier of the live operator session to create the segment in.

relatedContent
array of objects | null

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

relatedContent
tags
array of objects | null

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

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

Generated from available request content types

Allowed:
Responses
200

The recording segment was completed and saved successfully.

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