Authentication
Keep the signed-in session cookie and send the user's API key in the Authorization header. The server adds the internal service key before calling the generation service.
Authorization: Bearer <api_key>
Content-Type: application/jsonSeedance 2.5 API
Keep the signed-in session cookie and send the user's API key in the Authorization header. The server adds the internal service key before calling the generation service.
Authorization: Bearer <api_key>
Content-Type: application/jsonStart with a prompt and describe the subject, scene, camera motion, lighting and style.
{
"prompt": "A cinematic product reveal with a slow dolly-in camera move",
"model": "seedance-2.0",
"duration": 5,
"resolution": "720p",
"aspect_ratio": "16:9"
}Upload a reference image from the composer to keep the first frame, product or character more consistent.
{
"image_url": "https://example.com/reference.jpg",
"prompt": "Animate the scene with gentle wind and a soft camera push",
"model": "seedance-2.0"
}Generated clips appear in the tenant video history feed for reuse, download and prompt iteration.