AI Product 360° Video
Create 360° product spin videos from a single image using AI. Customize background, motion speed (“normal” or “fast”), and video duration (5s or 8s) for stunning, platform-ready visuals.
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
18
19
const axios = require('axios');
const api_key = "YOUR API KEY";
const url = "https://api.segmind.com/workflows/686b69754727e611dfa2229e-v5";
const data = {
image: "publicly accessible image link",
background: "the user input string",
motion_mode: "normal" // Options: normal, fast,
duration: "5" // Options: 5, 8
};
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
{
"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.
Convert product images to 360 Videos for ads
This Pixelflow creates immersive 360 degree spin vidoes for your product, making it a great workflow to generate dynamic product showcase videos from a single photo.
The workflow requires a short prompt to customize the background (eg. studio, forest etc.). This will create a unique background for your video. You can also decide if the spin speed is slow or fast depending on your product and brand requirements. You can also select if you want a 5 seconds or 8 seconds output. And finally, we need an image of the product (duh!). You can use an image against a clean background to get started, this can also be clicked from your phone.
How it works
- We use GPT-4o to create all the prompts required based on the product. This model will look at the image an create appropriate prompts for Flux Kontext and Pixeverse 4.5 models.
- We use Flux Kontext Max to take in the image that user has shared and create an image with the required background. This helps create a professional looking product shot for the video model to animate.
- Pixverse 4.5 Transition: We use this model to convert the image to 360 degree animation. We set the first and last frame to the Flux generated image to make sure that the product does not change from the first to the last frame, making it consistent and accurate with the actual product.
Instructions
Start by uploading a clean, front facing product image. Then, describe the type of background you’d like, for example “white studio lighting,” “dark gradient,” or “wooden tabletop.” The workflow handles the rest, intelligently simulating a 360-degree rotation around your product while maintaining realism, lighting, and label accuracy.
- Custom Backgrounds: Use simple text to specify the look and style of your desired backdrop.
- Control Spin Speed: Choose between “normal” or “fast” rotation to suit your branding and audience engagement.
- Set Video Duration: Select 5 seconds or 8 seconds outputs depending on your use case.
Use case
Perfect for Shopify stores, Amazon product listings, social media ads, and marketing videos. Save hours of manual work while producing visually compelling results. No need for physical photography rigs or 3D modeling, simply just upload, customize, and generate.
Models Used in the Pixelflow
flux-kontext-max
FLUX.1 Kontext [max] transforms textual descriptions into stunning, high-fidelity images with seamless typography integration.

pixverse-4.5-transition
PixVerse 4.5 transforms still images into dynamic, captivating videos with seamless transitions.

gpt-4o
GPT-4o (“o” for “omni”) is our most advanced model. It is multimodal (accepting text or image inputs and outputting text), and it has the same high intelligence as GPT-4 Turbo but is much more efficient—it generates text 2x faster and is 50% cheaper. Additionally, GPT-4o has the best vision and performance across non-English languages of any of our models. GPT-4o is available in the OpenAI API to paying customers.
