AI Seedance Video GeneratorAPI

Generate videos with Seedance 2.0 in three modes selected via "mode": text-to-video, image-to-video (1–2 frames), and reference-to-video (images + videos + audio). Pricing is per second of output, by quality and mode.

video generation~21 credits/callv2.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/ai/seedance-video-generator

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

modeenumrequired

Generation mode. text-to-video: prompt only. image-to-video: 1–2 reference images. reference-to-video: images + videos + audio.

Values: text-to-videoimage-to-videoreference-to-video

promptrequired

Optional

image_urls
video_urls
audio_urls
images
videos
audio
duration
quality
aspect_ratio
generate_audio
web_searchboolean

text-to-video only — let the model search the web for timeliness.

Default: false

Example Request

cURL
curl -X POST https://backend.aaddyy.com/api/ai/seedance-video-generator \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "example_mode",
    "prompt": "A serene mountain landscape at sunset"
  }'

Request Body

json
{
  "mode": "example_mode",
  "prompt": "A serene mountain landscape at sunset"
}

Example Response

json
{
  "success": true,
  "message": "AI Seedance Video Generator completed successfully",
  "timestamp": "2026-06-04T16:51:48.649Z",
  "requestId": "req_fvavlckr3",
  "data": {
    "cost": 0.213333,
    "remainingCredits": 9.95,
    "video": {
      "url": "https://example.com/generated-video-abc.mp4",
      "duration": 5,
      "format": "mp4",
      "aspect_ratio": "16:9"
    }
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/ai/seedance-video-generator', {
  "mode": "example_mode",
  "prompt": "A serene mountain landscape at sunset"
})

Install: npm install aaddyy

Pricing

~21 credits (~$0.21) per request

Rate Limits

10 requests per 1m

Burst: 3