Creates a new motion graphics generation job. Submit your prompt and desired output formats to queue a video for generation.
Your API key for authenticating requests.
Request body to create a new motion graphics export job.
Text prompt describing the motion graphics/video to generate.
"A spinning rainbow wheel."
Array of desired output configurations for export (format, aspect, resolution, etc). Maximum of 10 outputs.
10[
{
"format": "mp4",
"aspect_ratio": "16:9",
"fps": "30",
"resolution": "1080p"
}
]Optional URL of a reference image.
Optional URL of a reference video.
Duration (in seconds) for the generated video. Optional. Range: 1–60. If omitted, default or parent is used.
8
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.
Optional video ID to use as the base/parent for this generation. (e.g http://app.hera.video/motions/xxx?v=this-is-the-video-id, https://app.hera.video/templates/this-is-the-video-id)