Product Shots

From 3.1 credits

Turn one product photo into a full marketplace-ready shoot, white background, lifestyle, gradient studio, in-use, and outdoor variants.

Still needed: Product Photo, Environments

Runs on

1 models

How to use Product Shots

A compact decision guide for placing this pipeline in a workflow.

Best for

  • Amazon marketplace listings (white_background main)
  • Shopify and DTC catalogs
  • scale reference shots that reduce returns
  • premium ecom where texture sells the price point

Product Shots API

Call this pipeline from your own code. One request dispatches a run; the model is an input field, not a separate endpoint.

Get an API token
inputs
4
required
2
Pricing
from 3.1 credits
Language
Language
bun add @pipe2-ai/sdk
Run a pipeline
import { createClient } from "@pipe2-ai/sdk";

const client = createClient(process.env.PIPE2_TOKEN!);

const { run_pipeline } = await client.RunPipeline({
  pipeline_slug: "product-shots",
  input: {
    product_image: "https://example.com/product.png",
    environments: ["white_background","lifestyle","detail_closeup"],
  },
});

pip install pipe2
Run a pipeline
import asyncio
import os

from pipe2 import Pipe2Client

client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])

run = asyncio.run(client.run_pipeline(
    pipeline_slug="product-shots",
    input={
        "product_image": "https://example.com/product.png",
        "environments": ["white_background","lifestyle","detail_closeup"],
    },
))

go get github.com/pipe2-ai/sdk-go
Run a pipeline
client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))

input := json.RawMessage(`{
  "product_image": "https://example.com/product.png",
  "environments": ["white_background","lifestyle","detail_closeup"]
}`)

run, err := pipe2.RunPipeline(context.Background(), client, "product-shots", input)
if err != nil {
    log.Fatal(err)
}

brew install pipe2-ai/tap/pipe2
Run a pipeline
pipe2 pipelines run \
  --pipeline product-shots \
  --input-json '{"product_image": "https://example.com/product.png", "environments": ["white_background","lifestyle","detail_closeup"]}' \
  --wait

Full API reference CLI reference

Frequently Asked Questions

How many credits does this cost?
from 3.1 credits per variant. You pick exactly which of the seven environments to render and pay only for those, so a default three-shot set is roughly three times that.
Will the product look different in each variant?
No, the product's shape, material, color, and branding are preserved across all variants. Only the background/context changes.
What image quality should I expect?
Near-studio quality at roughly 2K, suitable for marketplace listings and paid ads.
Can I use this for Amazon listings?
Yes. The 'white background' environment produces Amazon main-image compliant shots (pure white, no props, product-only).
What if one variant fails?
The others still deliver. Failed variants are marked in the output with an error note and the credits are adjusted accordingly.

Product Shots: Studio Photography from One Photo

Upload any product photo and get a batch of polished marketing shots in different environments. Skip the photo studio, skip the lightbox, skip the week of turnaround.

Seven Environments

  • White background: Amazon main image compliant, clean shadow-less look
  • Lifestyle: product integrated into a real-world setting with warm natural light
  • In use: product being used by hands or over-the-shoulder framing
  • Detail close-up: macro view of texture, material, and finish
  • Scale reference: product next to a hand or familiar object for size context
  • Gradient studio: modern premium backdrop with smooth color transitions
  • Outdoor: natural environment, golden hour, environmental storytelling

How It Works

  1. Upload your product photo: one shot is enough
  2. Pick which environments you want: generate one, several, or all seven
  3. Optionally describe the product: helps the AI craft better prompts
  4. Each variant preserves the product: same shape, color, branding, only the background changes

Who This Is For

  • Amazon and Shopify sellers launching new SKUs
  • Dropshippers who only have the supplier's stock photo
  • Marketing teams building ad creative at scale
  • Anyone who wants studio-quality product photos without a studio

Explore more pipelines

Video Generator
from 9.5
Video Generator
Image Generator
0.2-6.4
Image Generator
Audio Generator
0.002-40.0
Audio Generator
Music Generator
2.5-22.6
Music Generator