Use Case

E-commerce Product Video Generation with Seedance 2.0 API

Automate product video creation for online stores using Seedance 2.0 image-to-video. Turn a single product photo into a professional showcase clip.

E-commerce Product Videos

Use the Seedance 2.0 API to automatically turn product photos into engaging video content.

The Challenge

E-commerce businesses need product videos to:

  • Boost conversion rates (video meaningfully improves conversion)
  • Improve SEO rankings (Google prioritizes pages with video)
  • Stand out on social and marketplace platforms
  • Reduce product return rates

But traditional video production costs $500–$2,000 per product and takes days to deliver.

The Solution

The Seedance 2.0 API generates professional product videos with per-second billing. Scale from 10 to 10,000 product videos without a production team.

  • seedance-2.0-image-to-video — the default choice for most product videos. Send a single product photo and get a dynamic showcase.
  • seedance-2.0-fast-image-to-video — use when you need bulk production or A/B testing; faster and cheaper per clip.
  • seedance-2.0-reference-to-video — use when you need to combine 3+ images, scene references, or style references.

What You Can Generate

  • Product showcases: Rotating product shots with studio lighting
  • Lifestyle scenes: Product in use (e.g. coffee maker in a kitchen)
  • Unboxing animations: Dynamic product reveals
  • Before/after shots: Transformation visuals

How to Implement It

Basic Product Video (Text-to-Video)

import requests

response = requests.post(
    "https://api.evolink.ai/v1/videos/generations",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json"
    },
    json={
        "model": "seedance-2.0-text-to-video",
        "prompt": "A luxury handbag rotating slowly on a marble pedestal, soft studio lighting, product showcase, elegant",
        "quality": "720p",
        "duration": 5,
        "aspect_ratio": "1:1",
        "generate_audio": False
    }
)

Animate a Product Photo (Image-to-Video)

response = requests.post(
    "https://api.evolink.ai/v1/videos/generations",
    headers={
        "Authorization": "Bearer YOUR_API_KEY",
        "Content-Type": "application/json"
    },
    json={
        "model": "seedance-2.0-image-to-video",
        "prompt": "The camera slowly orbits around the product, dramatic lighting reveals details",
        "image_urls": ["https://yourstore.com/product-photo.jpg"],
        "quality": "720p",
        "duration": 5,
        "aspect_ratio": "1:1"
    }
)

Note: image_urls is an array — always pass it as an array even for a single image. image-to-video accepts at most 2 images (1 = first-frame driven, 2 = first-last-frame transition). For 3+ images, use seedance-2.0-reference-to-video.

Cost Comparison

ApproachCost per videoTimeScalable?
Pro studio$500–2,0002–5 daysNo
Freelancer$200–5001–3 daysLimited
Seedance 2.0 APIPer-second billing, cents per clip60–180 secondsYes

Final pricing will be announced when Seedance 2.0 fully launches. Check the pricing page for current rates.

Supported Platforms

  • Shopify stores
  • Amazon listings
  • WooCommerce sites
  • Etsy shops
  • Social commerce (Instagram, TikTok)

Get Started

  1. Sign up free →
  2. Upload your product photos to a publicly accessible URL
  3. Call the Seedance 2.0 API to generate videos
  4. Embed them on your product pages

Ready to Build?

Get your free API key and start generating videos for your use case.