Skip to content

TryOn Documentation

Virtual try-on for eyewear, watches, shoes, jewelry, and clothes — one API, one embed script.

Create a product with a title, category, and image — this also starts the processing that makes it try-on-ready.

Create a product
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.