Creates a single media builder item within a media builder.

Behavior: Creates a new media builder item associated with the specified media builder ID. The media builder ID from the route is assigned to the input model before creation. Returns the change tracking result.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: A new media builder item record is persisted in the data store.

Error Scenarios: Returns 400 if the input model is null or invalid. Returns 401 if the user 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 media builder to add the item to.

Body Params

The Nomad.Common.Models.MediaBuilder.MediaBuilderItemAddModel containing the item creation parameters.

Represents a request to add a new clip item to an existing media builder project from a source asset or annotation.

uuid

Gets or sets the unique identifier of the media builder project to add the item to.

uuid | null

Gets or sets the unique identifier of the source asset to extract the clip from.

uuid | null

Gets or sets the unique identifier of the source annotation that defines the clip boundaries.

string | null

Gets or sets the start time code position within the source asset for the new clip.

string | null

Gets or sets the end time code position within the source asset for the new clip.

properties
object | null

Gets or sets additional dynamic properties as key-value pairs.

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