Video Generationimagetext

Seedance 1.5 Pro

ByteDance video model with native audio generation including dialogue, sound effects, and multi-language support

Input

Generation mode

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
Seed
-14294967295
Duration
Watermark
Resolution
Aspect ratio
Generate audio
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": "seedance-1.5-pro",
  "prompt": "A cat walking across a room",
  "seed": -1,
  "draft": false,
  "duration": 5,
  "watermark": false,
  "resolution": "720p",
  "aspect_ratio": "adaptive",
  "camera_fixed": false,
  "service_tier": "default",
  "generate_audio": true,
  "return_last_frame": false
}'

# 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"