Turn Ideas into Products
Bring your product ideas to life — instantly. Whether you’re building a brand, launching a campaign, or prototyping a concept, you can use generative AI to go from text → image → marketing asset in minutes. Let’s walk through how we did it with a fictional soda brand called SOMA.
Step 1: Generate Your Product Image
We started with a visual concept — something futuristic, divine, and product-ready:
A sleek, futuristic soda can labeled "SOMA", infused with glowing runes and celestial patterns. The can is a deep metallic indigo with ethereal gold accents, gently emitting a faint aura. Condensation beads shimmer like stardust on the surface. The background is a dreamy, mystical forest with bioluminescent plants and floating particles.
Here’s what the model generated:
You can generate this using our /generate/v3
endpoint with any prompt and any resolution (up to 1440px). This is perfect for early packaging mockups, prototypes, and visual testing.
Step 2: Swap Backgrounds Based on Themes
Once you’ve got the product, it’s easy to change the background using our /bgchanger/v1
endpoint.
Here are some examples you can try:
✨ Mythical Launch
golden temple floating in a lotus-filled cosmic river under a sunrise sky, sacred geometry glowing in the air.
🎇 Holiday/New Year
dazzling city skyline at night during New Year’s Eve. Fireworks explode in the sky, casting reflections on nearby glass buildings.
🎃 Halloween
foggy, moonlit forest clearing. Ancient twisted trees surround the glowing SOMA drink placed on a stone altar. Jack-o'-lanterns flicker gently nearby, and distant will-o’-the-wisps float through the mist.
❄️ Winter Holidays
snowy pine forest glowing with fairy lights. The SOMA drink rests atop a wooden stump, falling glowing snowflakes. A soft aurora glows in the sky above.
You can easily plug these prompts into the bgchanger
API — no Photoshop required.
Step 3: Add Discounts and Offers with Inpainting
Want to show holiday sales, sticker text, or product labels? Use our /generate/v3
endpoint.
Try a prompt like:
Cursive golden text, “20% off all 6-pack orders!”
This is a great way to turn raw assets into marketing-ready visuals for Instagram, Facebook, or ads.
Using the Canvas Playground
Use our interactive canvas tool where you can:
- Generate images based on your prompt or image
- Edit image layers
- Swap backgrounds live
- Edit images to remove imperfections or add text
No design tools required — perfect for marketing teams, founders, and content creators.
Try It Now
All it takes is a prompt and a few clicks.
Turn your imagination into a product. Then turn that product into a campaign.
JSON Samples & Canvas Tutorials
- Generate
- Background Change
- Inpainting
https://api.imagepipeline.io/generate/v3
{
"prompt": "A sleek, futuristic soda can labeled "SOMA", infused with glowing runes and celestial patterns. The can is a deep metallic indigo with ethereal gold accents, gently emitting a faint aura. Condensation beads shimmer like stardust on the surface. The background is a dreamy, mystical forest with bioluminescent plants and floating particles.",
"seed": -1,
"direct_link": false,
"queued_image_urls": false
}
https://api.imagepipeline.io/bgchanger/v1
{
"init_image": "public link to your image",
"prompt": "golden temple floating in a lotus-filled cosmic river under a sunrise sky, sacred geometry glowing in the air.",
"samples": 1,
"seed": -1,
"direct_link": false,
"queued_image_urls": false
}
https://api.imagepipeline.io/generate/v3
{
"prompt": "A high-tech energy drink can labeled "SOMA PRIME", crafted from polished obsidian metal with shimmering silver veins."
"init_image":"public link to your image",
"mask_image":"https://f005.backblazeb2.com/file/imageai-model-images/centre_mask.png",
"direct_link": false,
"queued_image_urls": false
}