Skip to main content
POST
Seedance 1.5 Pro Super — Image to Video
Animate a still image into a high-quality video with optional generated audio using ByteDance+ Seedance 1.5 Pro Super. Supports multiple resolutions up to 1080p, flexible durations, six aspect ratios, and an optional fixed-camera mode.

Request Body

string
required
Model slug. Use bytedance-plus/seedance-1.5-pro-super/image-to-video.
object
required
Input parameters for image-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 15,000 micro-cents per second ($0.015/sec)
Default cost: 720p, audio on, 5 seconds = 15,000 × 1.8667 × 2 × 5 = 280,005 micro-cents ($0.28)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples