pika_generate_video
Generate AI videos from text prompts or animate images using Pika. Returns a generation ID to track progress.
Instructions
Generate a creative AI video from a text prompt using Pika. Optionally animate an input image. Returns a generation_id to poll for completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Pika API key | |
| prompt | Yes | Text description of the video to generate | |
| image_url | No | URL of an image to animate | |
| style | No | Style name or ID (use pika_list_styles to browse options) | |
| duration | No | Video duration in seconds | |
| aspect_ratio | No | e.g. 16:9, 9:16, 1:1 | |
| negative_prompt | No | What to avoid in the video | |
| motion | No | Motion intensity 1-4 (default: 2) | |
| seed | No | Random seed for reproducibility |