US dollars. Discounts from your plan are already applied.
Which resolutions your traffic uses.
Rolling twelve months.
The single key responsible for the most spend in this window.
This is the only time it will ever be shown. It is stored as a hash, so nobody — including us — can recover it later. Losing it means issuing a new one.
Base URL: —
Which key spent what.
Clip length drives the bill.
Which Seedance model your traffic uses.
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"