[{"data":1,"prerenderedAt":667},["ShallowReactive",2],{"use-case-/use-cases/ecommerce-product-videos":3},{"id":4,"title":5,"body":6,"description":659,"extension":660,"meta":661,"navigation":154,"path":663,"seo":664,"stem":665,"__hash__":666},"content/en/use-cases/ecommerce-product-videos.md","E-commerce Product Video Generation with Seedance 2.0 API",{"type":7,"value":8,"toc":644},"minimark",[9,14,18,23,26,42,45,49,57,62,89,93,119,123,127,320,324,454,478,482,558,568,572,589,593,611,615,640],[10,11,13],"h1",{"id":12},"e-commerce-product-videos","E-commerce Product Videos",[15,16,17],"p",{},"Use the Seedance 2.0 API to automatically turn product photos into engaging video content.",[19,20,22],"h2",{"id":21},"the-challenge","The Challenge",[15,24,25],{},"E-commerce businesses need product videos to:",[27,28,29,33,36,39],"ul",{},[30,31,32],"li",{},"Boost conversion rates (video meaningfully improves conversion)",[30,34,35],{},"Improve SEO rankings (Google prioritizes pages with video)",[30,37,38],{},"Stand out on social and marketplace platforms",[30,40,41],{},"Reduce product return rates",[15,43,44],{},"But traditional video production costs $500–$2,000 per product and takes days to deliver.",[19,46,48],{"id":47},"the-solution","The Solution",[15,50,51,52,56],{},"The Seedance 2.0 API generates professional product videos with ",[53,54,55],"strong",{},"per-second billing",". Scale from 10 to 10,000 product videos without a production team.",[58,59,61],"h3",{"id":60},"recommended-models","Recommended Models",[27,63,64,73,81],{},[30,65,66,72],{},[53,67,68],{},[69,70,71],"code",{},"seedance-2.0-image-to-video"," — the default choice for most product videos. Send a single product photo and get a dynamic showcase.",[30,74,75,80],{},[53,76,77],{},[69,78,79],{},"seedance-2.0-fast-image-to-video"," — use when you need bulk production or A/B testing; faster and cheaper per clip.",[30,82,83,88],{},[53,84,85],{},[69,86,87],{},"seedance-2.0-reference-to-video"," — use when you need to combine 3+ images, scene references, or style references.",[58,90,92],{"id":91},"what-you-can-generate","What You Can Generate",[27,94,95,101,107,113],{},[30,96,97,100],{},[53,98,99],{},"Product showcases:"," Rotating product shots with studio lighting",[30,102,103,106],{},[53,104,105],{},"Lifestyle scenes:"," Product in use (e.g. coffee maker in a kitchen)",[30,108,109,112],{},[53,110,111],{},"Unboxing animations:"," Dynamic product reveals",[30,114,115,118],{},[53,116,117],{},"Before/after shots:"," Transformation visuals",[19,120,122],{"id":121},"how-to-implement-it","How to Implement It",[58,124,126],{"id":125},"basic-product-video-text-to-video","Basic Product Video (Text-to-Video)",[128,129,134],"pre",{"className":130,"code":131,"language":132,"meta":133,"style":133},"language-python shiki shiki-themes github-dark","import requests\n\nresponse = requests.post(\n    \"https://api.evolink.ai/v1/videos/generations\",\n    headers={\n        \"Authorization\": \"Bearer YOUR_API_KEY\",\n        \"Content-Type\": \"application/json\"\n    },\n    json={\n        \"model\": \"seedance-2.0-text-to-video\",\n        \"prompt\": \"A luxury handbag rotating slowly on a marble pedestal, soft studio lighting, product showcase, elegant\",\n        \"quality\": \"720p\",\n        \"duration\": 5,\n        \"aspect_ratio\": \"1:1\",\n        \"generate_audio\": False\n    }\n)\n","python","",[69,135,136,149,156,168,178,190,204,215,221,231,244,257,270,284,297,308,314],{"__ignoreMap":133},[137,138,141,145],"span",{"class":139,"line":140},"line",1,[137,142,144],{"class":143},"snl16","import",[137,146,148],{"class":147},"s95oV"," requests\n",[137,150,152],{"class":139,"line":151},2,[137,153,155],{"emptyLinePlaceholder":154},true,"\n",[137,157,159,162,165],{"class":139,"line":158},3,[137,160,161],{"class":147},"response ",[137,163,164],{"class":143},"=",[137,166,167],{"class":147}," requests.post(\n",[137,169,171,175],{"class":139,"line":170},4,[137,172,174],{"class":173},"sU2Wk","    \"https://api.evolink.ai/v1/videos/generations\"",[137,176,177],{"class":147},",\n",[137,179,181,185,187],{"class":139,"line":180},5,[137,182,184],{"class":183},"s9osk","    headers",[137,186,164],{"class":143},[137,188,189],{"class":147},"{\n",[137,191,193,196,199,202],{"class":139,"line":192},6,[137,194,195],{"class":173},"        \"Authorization\"",[137,197,198],{"class":147},": ",[137,200,201],{"class":173},"\"Bearer YOUR_API_KEY\"",[137,203,177],{"class":147},[137,205,207,210,212],{"class":139,"line":206},7,[137,208,209],{"class":173},"        \"Content-Type\"",[137,211,198],{"class":147},[137,213,214],{"class":173},"\"application/json\"\n",[137,216,218],{"class":139,"line":217},8,[137,219,220],{"class":147},"    },\n",[137,222,224,227,229],{"class":139,"line":223},9,[137,225,226],{"class":183},"    json",[137,228,164],{"class":143},[137,230,189],{"class":147},[137,232,234,237,239,242],{"class":139,"line":233},10,[137,235,236],{"class":173},"        \"model\"",[137,238,198],{"class":147},[137,240,241],{"class":173},"\"seedance-2.0-text-to-video\"",[137,243,177],{"class":147},[137,245,247,250,252,255],{"class":139,"line":246},11,[137,248,249],{"class":173},"        \"prompt\"",[137,251,198],{"class":147},[137,253,254],{"class":173},"\"A luxury handbag rotating slowly on a marble pedestal, soft studio lighting, product showcase, elegant\"",[137,256,177],{"class":147},[137,258,260,263,265,268],{"class":139,"line":259},12,[137,261,262],{"class":173},"        \"quality\"",[137,264,198],{"class":147},[137,266,267],{"class":173},"\"720p\"",[137,269,177],{"class":147},[137,271,273,276,278,282],{"class":139,"line":272},13,[137,274,275],{"class":173},"        \"duration\"",[137,277,198],{"class":147},[137,279,281],{"class":280},"sDLfK","5",[137,283,177],{"class":147},[137,285,287,290,292,295],{"class":139,"line":286},14,[137,288,289],{"class":173},"        \"aspect_ratio\"",[137,291,198],{"class":147},[137,293,294],{"class":173},"\"1:1\"",[137,296,177],{"class":147},[137,298,300,303,305],{"class":139,"line":299},15,[137,301,302],{"class":173},"        \"generate_audio\"",[137,304,198],{"class":147},[137,306,307],{"class":280},"False\n",[137,309,311],{"class":139,"line":310},16,[137,312,313],{"class":147},"    }\n",[137,315,317],{"class":139,"line":316},17,[137,318,319],{"class":147},")\n",[58,321,323],{"id":322},"animate-a-product-photo-image-to-video","Animate a Product Photo (Image-to-Video)",[128,325,327],{"className":130,"code":326,"language":132,"meta":133,"style":133},"response = requests.post(\n    \"https://api.evolink.ai/v1/videos/generations\",\n    headers={\n        \"Authorization\": \"Bearer YOUR_API_KEY\",\n        \"Content-Type\": \"application/json\"\n    },\n    json={\n        \"model\": \"seedance-2.0-image-to-video\",\n        \"prompt\": \"The camera slowly orbits around the product, dramatic lighting reveals details\",\n        \"image_urls\": [\"https://yourstore.com/product-photo.jpg\"],\n        \"quality\": \"720p\",\n        \"duration\": 5,\n        \"aspect_ratio\": \"1:1\"\n    }\n)\n",[69,328,329,337,343,351,361,369,373,381,392,403,417,427,437,446,450],{"__ignoreMap":133},[137,330,331,333,335],{"class":139,"line":140},[137,332,161],{"class":147},[137,334,164],{"class":143},[137,336,167],{"class":147},[137,338,339,341],{"class":139,"line":151},[137,340,174],{"class":173},[137,342,177],{"class":147},[137,344,345,347,349],{"class":139,"line":158},[137,346,184],{"class":183},[137,348,164],{"class":143},[137,350,189],{"class":147},[137,352,353,355,357,359],{"class":139,"line":170},[137,354,195],{"class":173},[137,356,198],{"class":147},[137,358,201],{"class":173},[137,360,177],{"class":147},[137,362,363,365,367],{"class":139,"line":180},[137,364,209],{"class":173},[137,366,198],{"class":147},[137,368,214],{"class":173},[137,370,371],{"class":139,"line":192},[137,372,220],{"class":147},[137,374,375,377,379],{"class":139,"line":206},[137,376,226],{"class":183},[137,378,164],{"class":143},[137,380,189],{"class":147},[137,382,383,385,387,390],{"class":139,"line":217},[137,384,236],{"class":173},[137,386,198],{"class":147},[137,388,389],{"class":173},"\"seedance-2.0-image-to-video\"",[137,391,177],{"class":147},[137,393,394,396,398,401],{"class":139,"line":223},[137,395,249],{"class":173},[137,397,198],{"class":147},[137,399,400],{"class":173},"\"The camera slowly orbits around the product, dramatic lighting reveals details\"",[137,402,177],{"class":147},[137,404,405,408,411,414],{"class":139,"line":233},[137,406,407],{"class":173},"        \"image_urls\"",[137,409,410],{"class":147},": [",[137,412,413],{"class":173},"\"https://yourstore.com/product-photo.jpg\"",[137,415,416],{"class":147},"],\n",[137,418,419,421,423,425],{"class":139,"line":246},[137,420,262],{"class":173},[137,422,198],{"class":147},[137,424,267],{"class":173},[137,426,177],{"class":147},[137,428,429,431,433,435],{"class":139,"line":259},[137,430,275],{"class":173},[137,432,198],{"class":147},[137,434,281],{"class":280},[137,436,177],{"class":147},[137,438,439,441,443],{"class":139,"line":272},[137,440,289],{"class":173},[137,442,198],{"class":147},[137,444,445],{"class":173},"\"1:1\"\n",[137,447,448],{"class":139,"line":286},[137,449,313],{"class":147},[137,451,452],{"class":139,"line":299},[137,453,319],{"class":147},[455,456,457],"blockquote",{},[15,458,459,462,463,466,467,470,471,477],{},[53,460,461],{},"Note:"," ",[69,464,465],{},"image_urls"," is an array — always pass it as an array even for a single image. ",[69,468,469],{},"image-to-video"," accepts at most 2 images (1 = first-frame driven, 2 = first-last-frame transition). For 3+ images, use ",[472,473,475],"a",{"href":474},"/docs/reference-to-video",[69,476,87],{},".",[19,479,481],{"id":480},"cost-comparison","Cost Comparison",[483,484,485,504],"table",{},[486,487,488],"thead",{},[489,490,491,495,498,501],"tr",{},[492,493,494],"th",{},"Approach",[492,496,497],{},"Cost per video",[492,499,500],{},"Time",[492,502,503],{},"Scalable?",[505,506,507,522,536],"tbody",{},[489,508,509,513,516,519],{},[510,511,512],"td",{},"Pro studio",[510,514,515],{},"$500–2,000",[510,517,518],{},"2–5 days",[510,520,521],{},"No",[489,523,524,527,530,533],{},[510,525,526],{},"Freelancer",[510,528,529],{},"$200–500",[510,531,532],{},"1–3 days",[510,534,535],{},"Limited",[489,537,538,543,548,553],{},[510,539,540],{},[53,541,542],{},"Seedance 2.0 API",[510,544,545],{},[53,546,547],{},"Per-second billing, cents per clip",[510,549,550],{},[53,551,552],{},"60–180 seconds",[510,554,555],{},[53,556,557],{},"Yes",[455,559,560],{},[15,561,562,563,567],{},"Final pricing will be announced when Seedance 2.0 fully launches. Check the ",[472,564,566],{"href":565},"/pricing","pricing page"," for current rates.",[19,569,571],{"id":570},"supported-platforms","Supported Platforms",[27,573,574,577,580,583,586],{},[30,575,576],{},"Shopify stores",[30,578,579],{},"Amazon listings",[30,581,582],{},"WooCommerce sites",[30,584,585],{},"Etsy shops",[30,587,588],{},"Social commerce (Instagram, TikTok)",[19,590,592],{"id":591},"get-started","Get Started",[594,595,596,602,605,608],"ol",{},[30,597,598],{},[472,599,601],{"href":600},"/early-access","Sign up free →",[30,603,604],{},"Upload your product photos to a publicly accessible URL",[30,606,607],{},"Call the Seedance 2.0 API to generate videos",[30,609,610],{},"Embed them on your product pages",[19,612,614],{"id":613},"related","Related",[27,616,617,623,629,635],{},[30,618,619],{},[472,620,622],{"href":621},"/docs/image-to-video","Image-to-Video API docs",[30,624,625,628],{},[472,626,627],{"href":474},"Reference-to-Video API"," — Multi-image style references",[30,630,631],{},[472,632,634],{"href":633},"/docs/models-overview","Models Overview",[30,636,637],{},[472,638,639],{"href":565},"Pricing",[641,642,643],"style",{},"html pre.shiki code .snl16, html code.shiki .snl16{--shiki-default:#F97583}html pre.shiki code .s95oV, html code.shiki .s95oV{--shiki-default:#E1E4E8}html pre.shiki code .sU2Wk, html code.shiki .sU2Wk{--shiki-default:#9ECBFF}html pre.shiki code .s9osk, html code.shiki .s9osk{--shiki-default:#FFAB70}html pre.shiki code .sDLfK, html code.shiki .sDLfK{--shiki-default:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":133,"searchDepth":151,"depth":151,"links":645},[646,647,651,655,656,657,658],{"id":21,"depth":151,"text":22},{"id":47,"depth":151,"text":48,"children":648},[649,650],{"id":60,"depth":158,"text":61},{"id":91,"depth":158,"text":92},{"id":121,"depth":151,"text":122,"children":652},[653,654],{"id":125,"depth":158,"text":126},{"id":322,"depth":158,"text":323},{"id":480,"depth":151,"text":481},{"id":570,"depth":151,"text":571},{"id":591,"depth":151,"text":592},{"id":613,"depth":151,"text":614},"Automate product video creation for online stores using Seedance 2.0 image-to-video. Turn a single product photo into a professional showcase clip.","md",{"date":662},"2026-02-10","/en/use-cases/ecommerce-product-videos",{"title":5,"description":659},"en/use-cases/ecommerce-product-videos","5eh1Ic8JM6A0wZ3dtWbwvRkp37nWk7v8PLzMDJCDNlM",1776086320038]