Video Generationimagetext

Vidu Q1 Start-End

Shengshu Technology start-end frame video model for cinematic transitions between two keyframes

Input

Generation mode

This template only supports the following input

First & last frame

Describe the video with text only, no images required.

Reference image (optional)

PNG, JPG or WebP · you can also drag and drop a file here

PNG, JPG or WebP · you can also drag and drop a file here
Duration
Resolution
Aspect ratio
Generate audio
Movement amplitude
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/videos
# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "viduq1-start-end",
  "prompt": "A cat walking across a room",
  "duration": 5,
  "resolution": "1080p",
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "movement_amplitude": "auto"
}'

# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
  -H "Authorization: Bearer your-api-key"