Widget API Reference
Download Image
Download a generated try-on image as a file
GET
Proxy-download a generated image from storage. Useful in iframe/cross-origin contexts where direct storage downloads are blocked by CORS.
Query Parameters
string
required
Image URL from Genlook storage (GCS). Must point to the Genlook bucket.
string
Download filename. Defaults to
"Genlook - Your Try On.jpg".Response
Binary image file withContent-Disposition: attachment headers.

