Skip to content
English

Seedance 1.0 Pro

ProviderByteDance
Model nameseedance-1-0-pro
Endpoint/v1/videos
ResultSubmit a task, then poll with GET /v1/videos/{id}
PricingSee HiAPI Pricing

Seedance 1.0 Pro is a practical video tier for testing ideas, generating batches, and validating motion concepts before moving to higher-end video models.

ParameterTypeNotes
modelstringUse seedance-1-0-pro
promptstringDescribe the subject, action, scene, and camera movement
secondsstring"5", "8", "10"
sizestringCommon values include 1920*1080 and 1080*1920
Terminal window
curl -X POST https://api.hiapi.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-1-0-pro",
"prompt": "A young traveler stepping off a night train into neon city streets, cinematic, gentle camera pan",
"seconds": "5",
"size": "1920*1080"
}'