Design listings at scale inside your app
Send an ASIN, get seven beautiful visuals optimized for Amazon, Shopify, or TikTok Shop. Two minutes. No design team required.
pip install pixii
·
npx @pixii/mcp
Top agencies and brands use Pixii to scale their creative





Works with Claude, GPT, and any AI agent
One line for your AI agent
Pixii ships as an MCP server. Your AI agent can design listings natively — no API wrapper needed.
Just tell your AI what you need
"Design the Amazon listing for ASIN B0DCPKQ8G7"
"Clone these visuals across my 50 new SKUs"
"Redesign this listing for TikTok Shop"
# Install the MCP server
npx @pixii/mcp install
# Or add to claude_desktop_config.json
{
"mcpServers": {
"pixii": {
"command": "npx",
"args": ["@pixii/mcp"]
}
}
} Built with the Pixii API
What can you do with the Pixii API?
Design full listings
from a single ASIN
Send a product. Get back seven platform-optimized visuals: main image plus the full gallery. Designed by AI that's studied what converts on Amazon, Shopify, and TikTok Shop. Pass an optional prompt to guide the creative direction.
Platforms
import pixii
listing = pixii.design(
asin="B0DCPKQ8G7",
platform="amazon",
prompt="clean, minimal lifestyle shots" # optional
)
# 7 visuals, optimized and ready
listing.download_all("./output")
Clone one master listing
across your catalog
Design one listing perfectly. Then scale that visual identity across every product in your catalog. Send up to ten master images plus a target product — Pixii returns those same visuals, reinterpreted for the new product. Add an optional prompt for extra control.
import pixii
cloned = pixii.clone(
master_images=["hero.png", "lifestyle.png"],
target_asin="B0F2KRN4X1",
mode="catalog",
prompt="keep the layout, swap the product" # optional
)
How it works
5 minutes to your first listing
Get your API key
Sign up, grab your key. No sales call. No approval queue. Start building immediately.
Send a product
Pass an ASIN or product URL. Specify your platform. Pixii designs visuals that convert — in about two minutes.
Get visuals back
Seven platform-optimized images. Main image plus gallery — ready to upload. Or clone your best listing across the catalog.
Pricing
Buy credits. Burn them down.
One credit = one listing = seven images (main + gallery). No subscriptions. No monthly fees. Buy what you need.
Free
3 free listings to get started. No credit card required.
- ✓ 3 listings (design or clone)
- ✓ 7 images per listing
- ✓ All platforms
- ✓ MCP server access
- ✓ Email support
Pay as you go
Buy credits, burn them down. Volume discounts available.
- ✓ Everything in Free
- ✓ Unlimited listings
- ✓ Design + Clone
- ✓ Optional prompt control
- ✓ Email support
- Volume: as low as $5/listing at scale
Pro
100 listings included. Buy more credits, get more discounts.
- ✓ 100 listings / month
- ✓ Top models
- ✓ Priority processing
- ✓ Slack support
- ✓ Early access to new features
- Need more? Add credits anytime
Who it's for
Built for the people who design at scale
Agencies
Run 1,000 listings overnight. Wake up to 80% done.
You manage 30 brands, hundreds of SKUs each. Design is the bottleneck. Pipe your catalog through Pixii overnight and review in the morning.
SaaS platforms
Add AI design to your tool. Increase revenue and retention.
You're building a listing tool or catalog manager. Your users already need visuals. Embed Pixii and give them a superpower they can't get anywhere else.
Brands
A/B test continuously. Every product. Every platform.
You have 500 SKUs across Amazon, Shopify, and TikTok Shop. Generate fresh variants programmatically, test them, keep the winners. 30% higher CTR on average.
Frequently asked questions
What exactly do I get back from /v1/design?
How do credits work?
What's the difference between Design and Clone?
What are the clone modes?
How fast is it?
Which platforms are supported?
Do I need to be on Amazon?
Can I customize the output?
What about quality? Can I trust these for production?
How does the MCP integration work?
Is there rate limiting?
What does a credit cost?
Start building with the Pixii API
We're onboarding early partners now. Join the waitlist and we'll get you set up.
pip install pixii
·
npx @pixii/mcp