Generate Video
generate-videoCreate video animations by providing start and end frame images with a transition description. Generates smooth motion between specified frames for visual storytelling.
Instructions
Generate a video animation from start and end frame images
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the video transition/animation | |
| startFrameUrl | Yes | URL of the starting frame image | |
| endFrameUrl | Yes | URL of the ending frame image | |
| ref | No | Optional reference ID | |
| webhookOverride | No | Optional webhook URL |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | ||
| success | Yes | ||
| progress | No | ||
| videoUrl | No | ||
| messageId | No |