Python
Product
Image Search
Search the catalog by image (URL or base64), with pagination support.
Provide exactly one of image_url or base64_image. For text or
text+image search, use POST /v1/search.
POST
Python
Authorizations
Body
application/json
Image-only search request.
Publicly accessible URL of the image to search with.
Base64 encoded image bytes (no data URI prefix).
Optional limit on the number of results. Default is 20, max is 30.
Required range:
x >= 1Optional filters. Search will only consider products that match all of the filters.
Optional locale configuration.
Opaque token from a previous image-search response to fetch the next page of results.