

Background removal with clean edges
Transparent PNGs for people, products, marketplace listings, ad creatives and batch cleanup.
Try remove background →One API for product photos, virtual try-ons, image editing, voice, 3D, video and VFX — plus select on-device tools for active accounts.
from pixelapi import PixelAPI api = PixelAPI("your-api-key") # Remove background, then generate a lifestyle product scene cutout = api.remove_background("shoe.jpg") scene = api.replace_background( cutout.output_url, prompt="premium sneaker on marble plinth, soft studio light" ) print(scene.output_url)
Real public examples beat a long feature list. Start with these common ecommerce and content workflows, then open the full API catalog below.


Transparent PNGs for people, products, marketplace listings, ad creatives and batch cleanup.
Try remove background →

Upload a garment plus a model image to create realistic shopper-ready try-on previews from live product photos.
Open virtual try-on API →
Generate marble, studio, outdoor or campaign scenes from product photos.
Open background replacement →Floor-plan analysis, Vastu scoring and real-estate visual workflows.
See HomeVision →The API is broad, but buyers usually start with one of these production jobs.
Clean, place, upscale and describe product photos for ecommerce catalogs.
Create apparel previews, model variants and campaign portraits.
Generate reels, add products to scenes, repair and polish clips.
Voiceovers, stem separation and audio cleanup for ads, reels and apps.
3D models, floor-plan analysis and property visual workflows.
Integrate once, batch in scripts, track costs and use the same auth everywhere.
Examples and workflows above show the most common buyer paths. The complete endpoint catalog remains here for developers who want every image, video, audio, 3D and real-estate capability in one place.
Ghost mannequin, unwrinkle, recolor, flat-lay, AI fashion models, product staging — Photoroom-class catalog APIs.
from 11.5 creditsInstant transparent PNG. Pixel-perfect edges on products, people, and complex objects.
5 credits · $0.0050/imageAI auto-detects your intent. Infographics, charts, diagrams = instant CPU render. Logos & images = enhanced prompt + processing.
5 credits standard; logos 20 creditsGenerate natural speech from text descriptions. Design any voice with text — elderly man, cheerful child, wise elder. Or clone any voice from a reference audio clip. 30 languages, 48kHz quality.
1.8 credits · $0.0018Let shoppers try clothes on AI models. Upload garment + person image — get photorealistic try-on in seconds. Built for Meesho, Myntra, Amazon sellers.
11.5 credits · $0.0115/imageGenerate professional ad creatives from product images + text. AI backgrounds, auto compositing, programmatic text. Works with Meta, Google, Flipkart, Meesho ad formats.
0.55 credits · $0.0006/imageVirtual Staging, Property Photo Cleanup (declutter, sky replacement, perspective correct), and 2D Floorplan-to-3D GLB extrusion. Modern Indian & Vastu styles. lower-priced than Spacely AI and Picsart.
Staging 100 credits · cleanup 45 · floorplan 3D 100Score any floor plan against 21 traditional Vastu Shastra rules. Get a per-rule report and an AutoCAD-openable DXF on the same call. Pure compute, no AI credits — free during beta.
Free · 30 calls/min/IPReplace backgrounds with AI lifestyle scenes. Describe any setting — marble table, forest, studio lighting.
1.5 credits · $0.0015/imageEnlarge images to 4x resolution with AI upscaling. Perfect for print-ready product photos.
9 credits · $0.0090/imageEnhance and restore faces with AI face restoration. Fix blurry portraits, enhance team photos, improve headshots.
1.25 credits · $0.0013/imageRemove unwanted objects from product photos. Clean up backgrounds, remove watermarks, fix imperfections.
8.97 credits · $0.0090/imageSeparate any track into vocals, drums, bass, and other elements. Perfect for remixing, karaoke, and audio cleanup.
15 credits/stemNatural speech in 23 languages. Emotion tags [laugh] [sigh]. Voice cloning from 10s audio. lower-priced than ElevenLabs.
2 credits · $0.0020/imageDetect safe and unsafe images with 99.7% accuracy. processing-powered, 50ms latency. lower-priced than AWS Rekognition.
0.5 credits · $0.0005Clean JSON API. Integrate in minutes. Consistent endpoints, clear documentation, no surprises.
JSON in, URL outAdd photorealistic drop shadows to product images. Soft, hard, natural, or floating shadow styles. Makes products pop on any background — proven to boost e-commerce conversions.
5 credits · $0.0050/imageProcess hundreds of product images in parallel. Remove backgrounds, add shadows, or generate variants — all in one script. Perfect for catalog updates and bulk e-commerce workflows.
Same per-image price · No batch surchargeAuto-generate product descriptions, alt text, and SEO tags from images using Vision-Language AI. Turn a photo into a complete product listing in one API call.
0.5 credits · $0.0005/imageClean speech in one upload. Reduce background noise while preserving natural voice quality.
See live pricingUpscale any clip to 4K — sharp, halo-free. AI 4× upscaling, fast. 360p → 1440p in 30 seconds. lower-priced than Topaz Video AI cloud.
See live pricingDe-grain, de-block, restore detail in old or low-light footage. AI upscaling restore mode upscales then downscales for clean per-frame results.
See live pricingTrain custom fine-tuning models on YOUR images. Upload product photos → get a model that generates new images in your style. AI image generation & AI text-to-image supported.
See dashboard pricingWe run on our efficient operations — predictable pricing. BG removal $0.009 (vs $0.025+), images $0.00065 (vs $0.013), video $0.017/s (vs $0.035/s).
Efficient operations = published pricesFrom solo Shopify sellers to enterprise teams — PixelAPI scales with you.
Automate product photo editing at scale. Remove backgrounds, add lifestyle scenes, and make every listing stand out — without a photographer.
Generate campaign visuals, edit product shots, and create A/B test variants via API. Automate the repetitive work, focus on creative strategy.
Add image editing features to your app without building ML infra. Background removal, upscaling, and generation — ready to integrate.
Generate product mockups, remove backgrounds from designs, and upscale artwork for print. Automate your entire design pipeline.
Test every tool right in your browser. No signup, no API key, no credit card.
Instant transparent PNG from any image
Enhance any image to 4x resolution
AI-powered text detection and removal
Remove unwanted objects from photos
AI portraits for LinkedIn & matrimony. Indian cultural styles. ₹199 only.
Drop your subject into any scene. Face stays byte-identical to your source photo. $0.015/image.
Enhance and fix blurry faces with AI
Three lines to remove a background. Five lines to generate a lifestyle scene.
from pixelapi import PixelAPI client = PixelAPI("pk_live_your_key") # Remove background result = client.remove_background("product.jpg") print(result.url) # Transparent PNG # Replace background with AI scene result = client.replace_background( "product.jpg", prompt="product on marble countertop, natural window light, minimal" ) # Generate image from text result = client.image.generate( prompt="Professional product photo of headphones, studio lighting", model="fast-image" ) # Upscale 4x result = client.upscale("low-res-product.jpg")
# Remove background curl -X POST https://api.pixelapi.dev/v1/image/remove-background \ -H "Authorization: Bearer pk_live_your_key" \ -F "image=@product.jpg" # Replace background with AI scene curl -X POST https://api.pixelapi.dev/v1/image/replace-background \ -H "Authorization: Bearer pk_live_your_key" \ -F "image=@product.jpg" \ -F "prompt=product on marble table, soft studio lighting" # Generate image from text curl -X POST https://api.pixelapi.dev/v1/image/generate \ -H "Authorization: Bearer pk_live_your_key" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Professional product photo, studio lighting", "model": "fast-image" }' # Poll for result curl https://api.pixelapi.dev/v1/image/{job_id} \ -H "Authorization: Bearer pk_live_your_key"
// Remove background const form = new FormData(); form.append('image', fileBlob, 'product.jpg'); const res = await fetch('https://api.pixelapi.dev/v1/image/remove-background', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}` }, body: form }); const { generation_id } = await res.json(); // Poll for result const result = await fetch( `https://api.pixelapi.dev/v1/image/${generation_id}`, { headers: { 'Authorization': `Bearer ${apiKey}` } } ).then(r => r.json()); console.log(result.output_url); // Your processed image
No batch API needed — use the same endpoints in a loop. Process your entire product catalog overnight for pennies.
import pixelapi, concurrent.futures, pathlib
client = pixelapi.Client("YOUR_API_KEY")
images = list(pathlib.Path("products/").glob("*.jpg")) # 500 images
def process_one(img_path):
result = client.remove_background(image=open(img_path,"rb"))
result.save(f"output/{img_path.stem}_nobg.png")
return img_path.name
# Process 10 images simultaneously
with concurrent.futures.ThreadPoolExecutor(max_workers=10) as pool:
done = list(pool.map(process_one, images))
print(f"✅ Processed {len(done)} images — cost: ${len(done)*0.005:.2f}")
500 images × $0.005 = $2.50 total · remove.bg would charge $35–100
import pixelapi, pathlib, asyncio, aiohttp
API_KEY = "YOUR_API_KEY"
BASE = "https://api.pixelapi.dev"
async def add_shadow_batch(images, shadow="soft"):
async with aiohttp.ClientSession() as session:
tasks = []
for img in images:
tasks.append(session.post(
f"{BASE}/v1/image/add-shadow",
headers={"X-API-Key": API_KEY},
data={"shadow_type": shadow,
"image": open(img,"rb").read()}
))
results = await asyncio.gather(*tasks)
return results
images = list(pathlib.Path("products/").glob("*_nobg.png"))
asyncio.run(add_shadow_batch(images))
print(f"✅ Added shadows to {len(images)} images")
Works with any PixelAPI endpoint — same price, no batch surcharge
Realistic drop shadows make products look premium. Proven to increase e-commerce click-through rates by up to 30%.
curl -X POST https://api.pixelapi.dev/v1/image/add-shadow -H "X-API-Key: YOUR_KEY" -F "image=@product.png" -F "shadow_type=soft" -F "shadow_opacity=0.5" -F "shadow_blur=25" --output product_with_shadow.png
# Response: PNG with realistic drop shadow
# Cost: 10 credits ($0.009)
# vs Photoroom: $0.05+ · vs remove.bg: N/A
Choose a monthly validity plan without paying a full year in advance. Add credits only when you need them.
| Policy | How PixelAPI works |
|---|---|
| API validity | Active monthly plan required after the 24-hour free trial |
| Top-ups | Add usage credits; they do not replace monthly validity |
| Credit carry-forward | Recharge or renew before validity expires to preserve the balance |
| Expired validity | Unused credits expire, like prepaid mobile validity |
Start free. Pay only for what you use. No surprise bills.
💰 All billing in USD via PayPal. Local currency shown for reference (rates may vary)
| Operation | Credits | USD / call | Source |
|---|---|---|---|
| 📦 AI product photography | 0.4 | $0.0004 | PhotoRoom AI staging · 2x cheaper rule |
| 🔍 Image captioning / alt-text | 0.5 | $0.0005 | AWS Rekognition labels · 2x cheaper rule |
| 📣 AI ad creative | 0.55 | $0.0006 | fal.ai FLUX-pro 1.1 · 2x cheaper rule |
| 🛋️ AI interior design / virtual staging | 0.65 | $0.0007 | ModelsLab Interior · 2x cheaper rule |
| 🖼️ Full photo restoration | 1.05 | $0.0011 | Cutout.pro photo enhancer · 2x cheaper rule |
| 👤 Face restoration | 1.25 | $0.0013 | Cutout.pro face restore · 2x cheaper rule |
| 🎨 Background replacement (generative) | 1.5 | $0.0015 | PhotoRoom AI backgrounds · 2x cheaper rule |
| 🎙️ Text-to-speech / voice clone (per min) | 2 | $0.0020 | ElevenLabs Flash per-min · 2x cheaper rule |
| 🖼️ Outpaint / extend canvas | 2.35 | $0.0024 | fal FLUX fill/outpaint · 2x cheaper rule |
| 🤵 AI headshot / portrait studio | 2.5 | $0.0025 | HeadshotPro per-image · 2x cheaper rule |
| 🎞️ AI color grade | 2.99 | $0.0030 | Pixelcut filter · 2x cheaper rule |
| ✂️ Background removal | 5 | $0.0050 | Bria RMBG · 2x cheaper rule |
| 📝 Text removal | 5 | $0.0050 | Cutout.pro text removal · 2x cheaper rule |
| 🌑 Product shadow | 5 | $0.0050 | PhotoRoom AI shadows · 2x cheaper rule |
| 🧹 Object / watermark / text removal | 8.97 | $0.0090 | fal Object Removal · 2x cheaper rule |
| 🔍 4x image upscale | 9 | $0.0090 | Google Imagen upscale · 2x cheaper rule |
| 👗 Virtual try-on (image) | 11.5 | $0.0115 | Replicate IDM-VTON · 2x cheaper rule |
| 💃 AI Fashion Model | 11.5 | $0.0115 | PhotoRoom AI Fashion Models / FASHN ~$0.04-0.10 · 2x cheaper rule |
| 🎬 Product Staging | 11.5 | $0.0115 | PhotoRoom product staging ~$0.10+ · 2x cheaper rule |
| 🎥 Image-to-video premium (5s) | 11.53 | $0.0115 | ByteDance Seedance list · 2x cheaper rule |
| ✏️ Instruction-based image edit | 20 | $0.0200 | fal FLUX Kontext edit · 2x cheaper rule |
| 🎵 AI music generation (~30s) | 20.93 | $0.0209 | Mubert render · 2x cheaper rule |
| 🥻 Saree/attire drape (FireRed) | 30 | $0.0300 | FASHN.ai try-on · 2x cheaper rule |
| 👻 Ghost Mannequin | 30 | $0.0300 | PhotoRoom ghost mannequin / AI model class ~$0.10+ · 2x cheaper rule |
| 👔 Unwrinkle Clothes | 30 | $0.0300 | PhotoRoom unwrinkle / fabric AI ~$0.06+ · 2x cheaper rule |
| 🎨 Recolor Clothing | 30 | $0.0300 | PhotoRoom recolor ~$0.06+ · 2x cheaper rule |
| 📐 Flat Lay | 30 | $0.0300 | PhotoRoom flat lay ~$0.06+ · 2x cheaper rule |
| 🎬 Hybrid VFX compose (prepare) | 50 | $0.0500 | Runway Gen-4 shot · 2x cheaper rule |
| 🎞️ VFX Studio — video FX (upload a shot, prompt-driven V2V) | 90 | $0.0900 | Kling 3.0 standard ~$0.084/s (~$0.42 for a 5s shot); Runway Aleph 15 credits/s; Seedance Pro $0.247/s, Fast $0.022/s · 2x cheaper rule |
| 🎬 Virtual try-on (video, ~3s) | 200 | $0.2000 | fal Kling try-on video · 2x cheaper rule |
| 🎬 VFX EXR Shot Editor — Nuke-style ARRI LogC EXR sequence in/out (web-exclusive) | 6000 | $6.0000 | Cloud Nuke/VFX render farms: ~$0.10-0.18/frame light comp up to $0.50-2.50/frame heavy 4K; a typical 100-frame shot ~ $10-18 (light) to $50-250+ (heavy) · 2x cheaper rule |
Purchased credits carry forward when you recharge or renew before your validity expires. If validity expires first, unused credits expire. The free trial lasts 24 hours and does not reset monthly.
PixelAPI is a REST API for AI-powered product photography and image editing. It lets you remove backgrounds, generate AI lifestyle scenes, upscale images, restore faces, remove objects, and generate images from text — all via simple API calls. Pricing is metered in credits and published through the live pricing API.
Background removal costs 9 credits ($0.009) per image. The live pricing endpoint is authoritative.
Upload a product image and describe the new scene. The current deduction is 12.5 credits ($0.0125) per image.
We accept JPEG, PNG, and WebP uploads. Background removal outputs transparent PNG. All other operations output high-quality PNG or JPEG. Maximum input size is 10MB, and images can be up to 4096×4096 pixels.
Background removal typically completes in 2–3 seconds. AI background replacement takes 5–10 seconds. Image generation with AI text-to-image takes 3–5 seconds. Upscaling depends on image size but usually completes in 10–30 seconds.
Yes! Install with pip install pixelapi. The SDK handles authentication, file uploads, polling, and result downloads. Full documentation at pixelapi.dev/docs.
Absolutely. All images processed through PixelAPI are yours to use commercially — product listings, marketing materials, print, web, wherever you need them.
Sign up at pixelapi.dev/app with Google. You get 24-hour free trial (up to 5,000 credits) instantly — enough to try background removal, generation, and more. No credit card required.
Yes. PixelAPI combines background removal with editing, generation, upscaling, restoration, and other tools. Check the live pricing table above for the current deductions.
Compare the credit deduction and output for the operation you use. PixelAPI publishes the live deduction for every billed operation.
Yes! PixelAPI works globally through its public web and API services. PayPal payments accepted in 200+ countries. All prices shown in USD with local currency estimates for reference.
We accept PayPal (200+ countries) and Razorpay for Indian customers (UPI, cards, netbanking). Indian pricing: ₹500, ₹1,500, ₹29,000/mo.
Your images are processed on our servers in India and automatically deleted after 24 hours. No permanent storage or data retention. Works globally with fast processing via our CDN.
Email support available 24/7 at support@pixelapi.dev. We typically respond within 24 hours (often much faster). Based in India (IST timezone) but serve customers globally.
We optimize the full workflow for predictable pricing and pass those savings directly to you. Same quality, lower cost.
24-hour free trial (up to 5,000 credits). No credit card. Full API access. Start building in 30 seconds.
Get Your Free API Key →or read the documentation first
PixelAPI + GEOmind = Complete AI Commerce Solution
Generate perfect product photos with PixelAPI, then optimize them for AI search engines (ChatGPT, Perplexity) with GEOmind.app
Our team helps you get set up fast. E-commerce integrations, bulk processing, custom workflows — we've got you.
✉️ support@pixelapi.devWe typically respond within 24 hours · Read the docs