curl -X POST "https://api.genlook.app/tryon/v1/try-on" \ -H "x-api-key: gk_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "productId": "product-001", "customerImageId": "retention-7d/abc123/customer/20260330-xyz.jpeg" }'
{ "success": true, "generationId": "cm8gen456xyz", "status": "PENDING" }
Request a virtual try-on generation combining a customer photo with a product
externalId
imageId
true
PENDING
generationId
COMPLETED
Was this page helpful?