Image Search
Image-based product discovery
Searches for products similar to the provided image using an external search service. The image is fetched from the provided URL and analyzed for visual similarity with indexed product images.
This endpoint requires the external search extension to be enabled through the EXTERNAL_SEARCH_EXTENSION_CONFIG dynamic setting. When disabled, this endpoint returns a 404 Not Found response.
The search can be refined by providing optional text keywords and excluding specific product identifiers from the results.
Rate limiting applies to prevent abuse of this endpoint.
Image Requirements:
Image must be accessible via the provided URL
Image dimensions must be less than the configured maximum (default: 2000x2000 pixels)
URL of the image to search for
https://example.com/product-image.jpgComma-separated list of product identifiers to exclude from results
1,2,3Optional text keywords to refine the image search
red dressImage search completed successfully
Request validation error
External search extension not enabled
Too many requests
Internal server error
Searches for products similar to the provided base64-encoded image using an external search service. The image is decoded and analyzed for visual similarity with indexed product images.
This endpoint requires the external search extension to be enabled through the EXTERNAL_SEARCH_EXTENSION_CONFIG dynamic setting. When disabled, this endpoint returns a 404 Not Found response.
The search can be refined by providing optional text keywords and excluding specific product identifiers from the results.
Rate limiting applies to prevent abuse of this endpoint.
Image Requirements:
Image must be valid base64-encoded data
Image must be a valid image format (JPEG, PNG, JPG, WEBP.)
Image file size must not exceed the configured maximum (default: 5MB)
Image dimensions must be less than the configured maximum (default: 2000x2000 pixels)
Request payload for base64 image search
Base64-encoded image data. Must be a valid image format (JPEG, PNG, etc.). The decoded image must be smaller than the configured maximum file size and have dimensions less than the configured maximum.
iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAG0lEQVR4nGI5dmmmkgwXc/S6b9fEAwEBAAD//ynVBb51hF0FAAAAAElFTkSuQmCCProduct identifiers to exclude from results
[1,2,3]Optional text keywords to refine the image search
red dressImage search completed successfully
Request validation error
External search extension not enabled
Too many requests
Internal server error
Last updated
Was this helpful?

