generate_video_from_image
Animate images into videos using AI. Provide a text prompt and base64 image to create short videos (1-15 seconds) with Bitcoin micropayments.
Instructions
Animate an image into a video. Returns a requestId for async polling. Requires a valid paid payment ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paymentId | Yes | Valid payment ID (must be paid) | |
| prompt | Yes | Text prompt describing the animation | |
| modelId | Yes | The AI model database ID | |
| imageBase64 | Yes | Base64 encoded image to animate | |
| duration | Yes | Video duration in seconds (1-15) |