Collect or reuse customer body input, create a digital twin, and keep it for future sessions.
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
Open a storefront modal from product pages and pass selected catalog products as JSON.
Use job status and result URLs to render try-on outputs inside your commerce experience.
Machine-readable surfaces
Built for developers and AI agents
- /llms.txt concise AI context and link map
- /llms-full.txt expanded endpoint and integration context
- /docs/openapi-summary.md human and agent-readable API summary
- /widget/tryon.js embeddable storefront modal loader
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.