Let shoppers try clothes on — before they buy

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 included

How it works

1. Install the plugin

Upload the Wearlook plugin to any WooCommerce store, paste your API key, done. No theme changes needed.

2. Shopper uploads a photo

A “Try It On” button appears on product pages. The shopper picks a photo of themselves; the product image is used as the garment.

3. AI renders the fit

Our cloud engine returns a photorealistic image of that garment on their body in seconds. Photos are processed in memory and never stored.

Simple monthly pricing

Starter

$19/mo
  • 200 try-on renders / month
  • 1 store
  • Email support
Choose Starter

Growth

$49/mo
  • 750 try-on renders / month
  • 3 stores
  • Priority support
Choose Growth

Pro

$99/mo
  • 2,000 try-on renders / month
  • Unlimited stores
  • Priority support + onboarding
Choose Pro

Every account starts with a free trial of 25 renders. No card required.

One endpoint. Any platform.

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,..." }