Two submission modes
Use HTTPS image URLs or multipart upload depending on the merchant architecture.
Integrate clothing, saree, jewellery, and accessory virtual try-on with authenticated uploads, asynchronous jobs, webhooks, and protected results.

A virtual try-on API lets a merchant backend submit a person image and wearable product image to a generation service through a documented interface. TryRobe returns an asynchronous job ID, protects credit operations with database transactions, supports idempotent retries, and provides completion through status polling or signed webhooks and protected result links.
TryRobe's Business API is designed for backend-to-backend use. License keys must never be embedded in storefront JavaScript or mobile binaries. URL validation, upload limits, image checks, rate limits, capacity controls, short-lived delivery URLs, and merchant-scoped authorization protect the workflow.
Use HTTPS image URLs or multipart upload depending on the merchant architecture.
Submit once, retry safely with idempotency keys, and recover from interrupted workers or delayed callbacks.
Validate webhook signatures or poll the authenticated job endpoint before presenting a result.
No. A Business license key is a secret and should be used only from a merchant-controlled backend or protected serverless function.
Use signed webhooks for event-driven completion and retain status polling as a recovery path. Handlers should be idempotent.
A standard Business generation uses 10 credits. Business credits are priced at ₹2 each in INR; advanced multi-image generation uses the configured higher credit cost.
Start with one complimentary standard generation or create a Business workspace for API access.