Automated Product Advertisement Videos with Nano Banana and Seedance
Create Engaging Product Advertisement Videos Seamlessly with Nano Banana and Seedance 1.0 Pro.
If you're looking for an API, here is a sample code in NodeJS to help you out.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const axios = require('axios');
const api_key = "YOUR API KEY";
const url = "https://api.segmind.com/workflows/68ef93941734a12ca3fbba11-v2";
const data = {
Prompt_Input: "the user input string",
Image_Input: "publicly accessible image link"
};
axios.post(url, data, {
headers: {
'x-api-key': api_key,
'Content-Type': 'application/json'
}
}).then((response) => {
console.log(response.data);
});
1
2
3
4
5
{
"poll_url": "<base_url>/requests/<some_request_id>",
"request_id": "some_request_id",
"status": "QUEUED"
}
You can poll the above link to get the status and output of your request.
1
2
3
{
"Product_Ad_Output": "any user input string"
}
Attributes
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
1. Workflow Title
AI Product Advertisement Video Creator
2. Overview
This workflow automates the creation of visually striking product advertisement videos. It is ideal for marketers, content creators, and product managers seeking to enhance branding through captivating visuals. Utilizing advanced AI models like Nano Banana for static image enhancement and Seedance 1.0 Pro for dynamic video generation, this workflow seamlessly transforms product images and detailed prompts into engaging, cinematic advertisements. The primary value it offers includes faster content generation, enhanced creative output, and a streamlined process for producing professional-grade videos.
3. How does it work
- Nano Banana Model: This model is used for converting text to image, effectively creating high-quality visuals from detailed prompts that describe the desired scene.
- Seedance 1.0 Pro Model: This transforms static images into dynamic videos, leveraging cinematic storytelling techniques to engage viewers. It uses parameters like video duration, resolution, and aspect ratio to tailor the video output.
- Image and Text Inputs: The workflow begins by combining an image input of a product and a descriptive text input, which guide the visual and narrative elements throughout the video generation process.
4. How to customize it
Users can easily customize this workflow by modifying the input prompts and adjusting model parameters to match specific branding requirements or creative visions. For example, changing the prompt to focus on different product features or altering the aspect ratio to fit various platforms can tailor the output to different marketing strategies. Additionally, experimenting with different resolution settings in the Seedance model can optimize the video for diverse media channels.
5. Who is it for
- Marketing Agencies
- Content Creators
- Product Managers