Video

Dremina Seedance 2.00API

a second-generation, multimodal AI video generation model released in early 2026. It allows creators to generate cinematic-quality videos up to 15 seconds long (typically 5-12 seconds) using text, image, video, and audio inputs. It is highly regarded for its strong temporal consistency, meaning characters and objects maintain their appearance across frames, and its ability to handle complex camera movements like pans, tilts, and zooms

Test in Dashboard View Docs ← All Tools

Three ways to use this tool

REST API

One POST request. Get the result back directly — as an image, video, or JSON depending on the tool.

terminal
curl -X POST https://apiai.me/api/workflow/dremina-seedance-2-00 \
     -H "X-API-Key: YOUR_API_KEY" \
     -F "image=@input.jpg" \
     -F "aspect_ratio=16:9" \
     -F "duration=5" \
     -F "generate_audio=true" \
     -F "last_frame_image=@image.jpg" \
     -F "prompt=VALUE" \
     -F "reference_audios=@image.jpg" \
     -F "reference_images=@image.jpg" \
     -F "reference_videos=@image.jpg" \
     -F "resolution=720p" \
     -F "seed=VALUE"
     --output result.mp4

Dashboard Playground

Test this tool visually before writing any code. Upload an image, set parameters, and see the result live. When it looks right, copy the auto-generated curl command and paste it into your app.

  1. Open the dashboard → API Toolbox
  2. Find Dremina Seedance 2.00 and click it
  3. Upload your input and adjust parameters
  4. Copy the curl command and ship
Open Dashboard →

Batch Processing

Process hundreds of images at once without writing a loop. Upload a CSV with one row per item, set your parameters, and download the results as a ZIP when they're done.

  1. Open the dashboard → Batches
  2. Select Dremina Seedance 2.00
  3. Add your content and start the batch
  4. Download results ZIP when complete
Go to Batches →

Parameters

Name Required Description Default / Options
aspect_ratio optional Video aspect ratio. Set to 'adaptive' to let the model choose the best ratio based on inputs. 16:94:31:13:49:1621:99:21adaptive
duration optional Video duration in seconds (Max 15) - Set to -1 for intelligent duration (model picks the best length). 5
generate_audio optional Generate synchronized audio with the video, including dialogue (use double quotes in prompt), sound effects, and background music. true
last_frame_image optional Input image for last frame generation. Only works if a first frame image is also provided. Cannot be combined with reference images.
prompt required Text prompt for video generation
reference_audios optional Reference audio files (up to 3, total duration max 15s) for audio-driven generation and lip-sync. Requires at least one reference image or video. Reference them in your prompt as [Audio1], [Audio2], etc.
reference_images optional Reference images (up to 9) for character consistency, style guidance, and scene composition. Cannot be used together with first/last frame images. You can reference them in your prompt as [Image1], [Image2], etc.
reference_videos optional Reference videos (up to 3, total duration max 15s) for motion transfer, style reference, and editing. Reference them in your prompt as [Video1], [Video2], etc.
resolution optional Video resolution. 480p720p1080p
seed optional Random seed. Set for reproducible generation.

Ready to integrate?

Get an API key, test Dremina Seedance 2.00 in the dashboard, and copy the curl command.

Get API Key Full API Reference