Dashboard

?loading…
Spendlast 30 days
 
 
Videos generated
 
Seconds of video
 
Minutes of video
 
 

Daily spend

US dollars. Discounts from your plan are already applied.

By resolution

Which resolutions your traffic uses.

By month

Rolling twelve months.

Busiest key

The single key responsible for the most spend in this window.

Your API keys

Every key is tracked separately, so you can tell staging from production.

loading

Per key

Which key spent what.

By duration

Clip length drives the bill.

By model

Which Seedance model your traffic uses.

Two strings and you are integrated

The API is OpenAI-shaped. Point any HTTP client at it.

# 1. submit
curl "$BASE_URL/videos" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"seedance-2.5","resolution":"1080p","duration":5,
       "prompt":"a drone shot over Marina Bay at dusk"}'

# 2. poll until status is "succeeded"
curl "$BASE_URL/videos/$JOB_ID" -H "Authorization: Bearer $API_KEY"

Full reference: API guide. Prices: pricing.