Wearlook adds an AI-powered “Try It On” button to WooCommerce product pages. Shoppers upload a photo, see the garment on their own body, and buy with confidence. Fewer returns, higher conversions.
Start free — 25 renders includedUpload the Wearlook plugin to any WooCommerce store, paste your API key, done. No theme changes needed.
A “Try It On” button appears on product pages. The shopper picks a photo of themselves; the product image is used as the garment.
Our cloud engine returns a photorealistic image of that garment on their body in seconds. Photos are processed in memory and never stored.
Every account starts with a free trial of 25 renders. No card required.
The WooCommerce plugin is included, but the API works from Shopify apps, mobile apps, or anything that can POST a form.
curl -X POST https://YOUR-SERVER/api/v1/tryon \
-H "Authorization: Bearer wl_live_xxxxxxxx" \
-F "person_image=@shopper.jpg" \
-F "garment_url=https://store.com/wp-content/uploads/tshirt.jpg" \
-F "category=tops"
# → { "success": true, "credits_remaining": 199,
# "image": "data:image/png;base64,..." }