Create a new motion graphics video generation job
Creates a new motion graphics generation job. Submit your prompt and desired output formats to queue a video for generation.
Authorizations
Your API key for authenticating requests.
Body
Request body to create a new motion graphics export job.
Text prompt describing the motion graphics/video to generate. Be specific about subject, style, motion, and colors for best results.
"A spinning rainbow wheel."
Array of output configurations (1–10). Each specifies format, aspect_ratio, fps, and resolution. A good default is one entry: { format: "mp4", aspect_ratio: "16:9", fps: "30", resolution: "1080p" }.
10[
{
"format": "mp4",
"aspect_ratio": "16:9",
"fps": "30",
"resolution": "1080p"
}
]URL of a single reference image to guide visual style or content. Use reference_image_urls instead if you have multiple images.
Up to 5 reference image URLs to guide visual style or content. Preferred over reference_image_url when providing multiple images.
5Optional URL of a reference video.
Duration (in seconds) for the generated video. Optional. Range: 1–120. If omitted, default or parent is used.
x <= 1208
Optional ID of a style to use for styling the video.
[Deprecated] Optional ID of a style to use for styling the video. Use style_id instead.
Video ID or template ID to use as a starting point for this generation. Useful for iterations on a previous result or starting from a template.
Optional array of asset files to include in the video generation. Each asset has a type and a URL.