img_uuid, and complete the asynchronous workflow by polling or callback. The route supports 4–15 second videos at 480p or 720p with optional synchronized audio.Seedance 2.0 Mini API for Video Generation
Access Seedance 2.0 Mini through the independent GoEnhance Open API. Submit text or one to two public image URLs, save the returned
Create an API Key
Choose a Seedance 2.0 Mini Input Mode
Text-to-Video with Output Controls
Send a required prompt, then choose duration, quality, aspect ratio, audio generation, filtering, and an optional callback URL.

First-Frame or First-and-Last-Frame Video
Provide one URL in image_urls to set the first frame, or two URLs to set first and last frames. Compatible aliases are image_url and image_end_url.

Validate each request before submission and persist the returned task identifier.
Seedance 2.0 Mini API Parameters
One asynchronous endpoint
Send a bearer-authenticated <code>POST</code> to <code>https://api.goenhance.ai/api/v1/videos/generations</code>. A successful application response returns <code>data.img_uuid</code>.
Required prompt
Set <code>model</code> to <code>seedance-2-0-mini</code> and provide a text <code>prompt</code> describing the intended video.
Optional image guidance
<code>image_urls</code> accepts one or two public URLs: one for the first frame, or two for first and last frames.
Duration from 4 to 15 seconds
<code>duration</code> accepts integers from 4 through 15 and defaults to 5 seconds.
480p or 720p output
<code>quality</code> accepts <code>480p</code> or <code>720p</code> and defaults to 720p. <code>resolution</code> is a compatible alias.
Flexible framing and audio
Choose 16:9, 9:16, 1:1, 4:3, 3:4, 21:9, or adaptive. <code>generate_audio</code> defaults to true.
GoEnhance lists USD equivalents at $0.02 per token. Estimated generation cost is the selected per-second rate multiplied by requested duration.
Seedance 2.0 Mini API Pricing
480p — 2.99 tokens per second
Listed at $0.060 per generated second.
720p — 6.44 tokens per second
Listed at $0.129 per generated second.
Native audio included
Synchronized audio is available without a separate audio surcharge. Check the live API reference before production use because pricing can change.
Integrate the Seedance 2.0 Mini Video API
2
2. Build the request
Set
model: seedance-2-0-mini, add the prompt, then provide only supported optional fields. 3
3. Validate inputs
Check image URL count, duration, quality, aspect ratio, audio, filtering, and callback URL before submission.
4
4. Submit the task
POST to the video generation endpoint with
Authorization: Bearer <API key>. 5
5. Persist img_uuid
Store the returned
img_uuid with your internal request record so retries do not create duplicate jobs. 6
6. Poll or process a callback
Poll
GET https://api.goenhance.ai/api/v1/jobs/detail?img_uuid=... or use a public HTTPS callback_url and handle terminal states idempotently.Connect short-form generation to your own review, storage, and delivery workflow.
Seedance 2.0 Mini API Use Cases
Ad and social variants
Generate short creative concepts from structured prompts, then route outputs through brand and policy review.
Product motion clips
Use a product image as a first frame and generate controlled motion for catalog or launch assets.
Storyboard previsualization
Turn shot descriptions into short motion studies for pacing, camera direction, and editorial planning.
Endpoint, pricing, inputs, audio, completion, and platform relationship.
