Creates a new media builder.

Behavior: Creates a new media builder using the provided model and returns the fully populated media builder after creation.

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

Side Effects: A new media builder 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…
Body Params

The Nomad.Common.Models.MediaBuilder.MediaBuilderAddModel containing the media builder creation parameters.

Represents a request to create a new media builder project with a name, destination folder, and initial metadata.

string | null

Gets or sets the name for the new media builder project.

uuid | null

Gets or sets the unique identifier of the destination folder where the built media will be placed.

tags
array of objects | null

Gets or sets the collection of tags to apply to the new media builder project.

tags
relatedContent
array of objects | null

Gets or sets the collection of related content items to associate with the new project.

relatedContent
collections
array of objects | null

Gets or sets the collection of content collections the new project will belong to.

collections
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