Skip to main content
Version: V2

GET Lookup Image (Legacy Route)

This route is kept for backward compatibility and image retrieval links in responses.

For active V2 API endpoint docs, use the V2 endpoint pages in this section.

V2 product_image fields now emit the UID route format: /api/image/uid/{product_unique_id}.

Route (by style code)

/api/image/{style_code}

Route (by unique ID)

/api/image/uid/{product_unique_id}
Authorization: Bearer {Your API Key}

Responses

You may receive one of the following outcomes:

  • 400 Input validation failed.
  • 200 Image not found.
  • 200 Image binary stream returned.

This endpoint does not accept any query parameters. You simply input the style code into the route to get the relevant image.

The UID route resolves product_unique_id to the matching product and returns the same image response format.

Please note that the response with a 200 status code indicating that the image was found will return the image as a binary data stream. This stream can be converted to an image in the frontend of your application.