Full customer try-on workflow

AI Fitting Room

Build an AI fitting room with digital twin creation, garment try-on, job polling, and embeddable modal UX.

Core endpointPOST /api/v1/virtual-fitting
OpenAPIhttps://api.wearfits.com/doc
Agent context/llms.txt and /llms-full.txt
01

Collect or reuse customer body input, create a digital twin, and keep it for future sessions.

02

Open a storefront modal from product pages and pass selected catalog products as JSON.

03

Use job status and result URLs to render try-on outputs inside your commerce experience.

Machine-readable surfaces

Built for developers and AI agents

Key Questions

Is this only an API?

No. The public API is the core, and the widget script provides a faster modal-based integration path for storefronts.

Can product data be passed as JSON?

Yes. The widget accepts product objects with id, name, category, image URLs, and optional variant data.

Can a platform adapter read product data automatically?

Yes. Shopify and WooCommerce adapters can derive product JSON from page metadata, product JSON endpoints, or DOM data attributes.