Videos
Generate Video (Async)
Generate a video asynchronously. Supports two modes:
Image-to-Video (i2v): Provide an imageUrl and a category to animate an existing image with a specific motion/position. You must also provide a videoPath for the output location. Poll GET /api/v1/videos/get?videoId={id} for status.
Text-to-Video (t2v): Provide a character_id and a prompt — the system generates a starting image from the character and animates it automatically. Poll GET /api/v1/jobs/{job_id}/status for status.
post/api/v1/videos/create
Request body
Response
Video generation job accepted (Image-to-Video mode)
Changes
No recorded changes to this endpoint across all 1 revision of this API.