Renders a media builder composition into a final output file.

Behavior: Submits a media builder render job that combines multiple assets, overlays, and effects into a single output media file. The rendering occurs asynchronously.

Authorization: Requires a valid Bearer token.

Side Effects: A media rendering job is created and processed asynchronously. The resulting output file will be created as a new asset upon completion.

Error Scenarios: Returns 400 if the request body is missing or invalid. Returns 401 if the caller is not authenticated. Returns 404 if the input model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The media builder render configuration including source assets and output settings.

Represents a request to render a media composition from one or more source assets into a new output asset.

uuid

Gets or sets the identifier of the media builder template to use for rendering.

sources
array of objects | null

Gets or sets the array of source assets to include in the rendered output.

sources
string | null

Gets or sets the title of the rendered output asset.

tags
array of objects | null

Gets or sets the list of tags to apply to the rendered output asset.

tags
collections
array of objects | null

Gets or sets the list of collections to assign the rendered output asset to.

collections
relatedContent
array of objects | null

Gets or sets the list of related content items to link to the rendered output asset.

relatedContent
uuid

Gets or sets the identifier of the destination folder where the rendered output will be placed.

int32 | null

Gets or sets the optional video bitrate in bits per second for the rendered output.

audioTracks
array of objects | null

Gets or sets the array of audio track configurations for the rendered output.

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

Generated from available request content types

Allowed:
Responses
200

The media render job was submitted 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