Skip to main content
POST
Seedance 2.0 Fast — Text to Video
Generate videos from text descriptions with ByteDance’s Seedance 2.0 Fast — optimized for shorter processing time and lower cost. Supports configurable resolution, frame rate, duration, and aspect ratios.

Request Body

string
required
Model slug. Use bytedance/seedance-2.0-fast/text-to-video for fast text-to-video generation.
object
required
Input parameters for text-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 200,000 micro-cents per second ($0.20/sec)
Default cost: 5 seconds, 720p, 24 fps = 200,000 × 5 × 1 × 1 = 1,000,000 micro-cents ($1.00)

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