TryOn Documentation
Virtual try-on for eyewear, watches, shoes, jewelry, and clothes — one API, one embed script.
DevelopersREST API, storefront embedding, platform guides.
Panel guideManage products, AR fit, previews, team and keys.
Shopify appInstall the app, theme blocks, enable try-on.
Popular guides
Section titled “Popular guides”Storefront integrationDrop the try-on button and bootstrap script onto a product page.
Using your own IDsMap products to your own SKUs or database IDs with external_id.
Theme extensionAdd the try-on block to a Shopify theme in the theme editor.
Managing productsCreate, sync, and configure products from the merchant panel.
First API call
Section titled “First API call”Create a product with a title, category, and image — this also starts the processing that makes it try-on-ready.
curl -X POST https://api.integration.tryonvirtual.com/v1/products \ -H "Authorization: Bearer tryon_sk_your_key" \ -H "Content-Type: application/json" \ -d '{ "title": "Aviator Sunglasses", "category": "eyewear", "images": ["https://yourstore.com/images/aviator.jpg"] }'See the full walkthrough in the developer quickstart.
Building with an AI agent? Feed it /llms.txt or the OpenAPI spec.