Creates a new job that uses AI to identify key moments in a Mux Video asset. Optional output steering can guide selection strategy, title style, audience, topic taxonomy, and scoring priorities without changing the response schema.
Arbitrary string stored with the job and returned in responses. Useful for correlating jobs with your own systems.
The Mux asset ID of the video to analyze.
Maximum number of key moments to extract. Defaults to 5.
Preferred highlight duration range in milliseconds. When provided, the model will aim to select moments within this range.
Preferred minimum highlight duration in milliseconds.
Preferred maximum highlight duration in milliseconds.
Curated output_steering controls for selection strategy, title style, audience, taxonomy, and rubric tie-breakers. These controls guide model behavior but do not guarantee exact output.
Best-effort guidance for what qualifies as a strong standalone key moment.
Best-effort title style guidance for generated moment titles.
Intended audience used as best-effort model guidance. Does not change the output schema.
Preferred brand or domain terms to use when supported by the source content.
Rubric dimensions to use as tie-breakers after applying selection strategy. Best-effort guidance only.
{
"parameters": {
"asset_id": "mux_asset_123abc",
"max_moments": 5,
"target_duration_ms": {
"min": 15000,
"max": 45000
},
"output_steering": {
"selection_strategy": "educational_takeaways",
"title_style": "punchy",
"audience": "Developer advocates",
"rubric_priorities": [
"clarity_in_isolation",
"soundbite_quality"
]
}
}
}{
"data": {
"id": "rjob_example123",
"workflow": "find-key-moments",
"status": "pending",
"units_consumed": 0,
"created_at": 1700000000,
"updated_at": 1700000060,
"parameters": {
"asset_id": "mux_asset_123abc",
"max_moments": 5,
"target_duration_ms": {
"min": 15000,
"max": 45000
},
"output_steering": {
"selection_strategy": "educational_takeaways",
"title_style": "punchy",
"audience": "Developer advocates",
"rubric_priorities": [
"clarity_in_isolation",
"soundbite_quality"
]
}
}
}
}