Show shoppers exactly how a garment looks on a real person. Send a photo of the person and an image of the clothing — AI returns a photorealistic try-on that keeps the model's pose, body, and face. Built for fashion e-commerce, with an API and a one-click Shopify app.
POST https://api.pixelapi.dev/v1/virtual-tryon
curl -X POST https://api.pixelapi.dev/v1/virtual-tryon \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"person_image":"https://.../model.jpg","garment_image":"https://.../tshirt.jpg","category":"upperbody"}'
category: upperbody, lowerbody, or dresses. Two-piece outfits are auto-detected and chained.
curl https://api.pixelapi.dev/v1/virtual-tryon/jobs/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Jobs run async on always-warm infrastructure — poll until status is completed. No cold starts.
Also see: Try-On API details • Background Removal