Skip to main content
You need an API key from platform.genlook.app (3 free credits on signup), a customer photo and a product image URL.
On TypeScript, use the @genlook/api SDK. It does these three steps in three lines.

1. Upload the customer photo

Keep the imageId. It works for every try-on on this photo until it expires (7 days by default).

2. Create the try-on

This creates the product shirt-42. For every next try-on, send only { "externalId": "shirt-42" }. The product is already analyzed, so the result comes back faster.

3. Get the result

Python
Results take about 10 seconds. resultImageUrl is temporary: display or download it right away, or fetch the generation again for a fresh URL.

Next