Generate motion graphic
Generate an animated motion graphic video from a text prompt. This is an experimental, fully agentic alternative to a video workflow: VideoGen plans the animation, optionally generates or fetches supporting media, and renders a self-contained animated clip. It is especially well suited to precise text animations (e.g. a typing effect, animated captions, kinetic typography, lower thirds) that are hard to express with stock or generated footage. Optionally pass uploaded fileIds for reference media and entityIds for actors, products, or visual styles the animation should use. This endpoint returns one standalone video. For longer, narrated, multi-scene videos, use a video workflow such as Script to video (POST /v1/workflows/script-to-video) instead.
Request body
Example request
{
"prompt": "A dark terminal window that types out the command `npm run build` character by character, then shows a green success checkmark"
}Response
Execution accepted; poll until complete.
Changes
No recorded changes to this endpoint across all 1 revision of this API.