TR

Seedance Video API

快速创建任务

curl https://tokenroute.bbroot.com/api/v3/contents/generations/tasks \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2.0",
    "prompt": "A cinematic short drama shot, stable character face, smooth camera movement, no text, no watermark.",
    "image_url": "https://example.com/character.png",
    "ratio": "9:16",
    "resolution": "720p"
  }'