LlamaGen.Ai LogoLlamaGen.Ai Brand

Animation API Request Templates

Copy request bodies and adapt them for your own animation workflow.

Cinematic landscape

Wide-format text-to-video for establishing shots.

1{2  "prompt": "A sweeping cinematic landscape at sunrise, slow aerial camera movement.",3  "videoOptions": {4    "duration": 6,5    "resolution": "1080p",6    "aspect_ratio": "16:9",7    "generate_audio": true8  }9}

Character first-frame animation

Animate a provided character image without changing the setup.

1{2  "prompt": "The character smiles, turns slightly, and raises one hand.",3  "videoOptions": {4    "image": "https://cdn.example.com/character.png",5    "duration": 5,6    "resolution": "720p",7    "aspect_ratio": "16:9"8  }9}

Loopable product motion

Compact square motion draft for product cards and ads.

1{2  "prompt": "A premium product rotates slowly on a clean reflective surface.",3  "videoOptions": {4    "reference_images": ["https://cdn.example.com/product.png"],5    "duration": 4,6    "resolution": "720p",7    "aspect_ratio": "1:1",8    "generate_audio": false9  }10}

Vertical creator clip

Mobile-first video template for shorts and reels.

1{2  "prompt": "A creator avatar enters frame, points upward, and reacts with surprise.",3  "videoOptions": {4    "duration": 5,5    "resolution": "720p",6    "aspect_ratio": "9:16",7    "generate_audio": true8  }9}