Skip to main content
POST
Python

Authorizations

x-api-key
string
header
required

Body

application/json

Image-only search request.

image_url
string | null

Publicly accessible URL of the image to search with.

base64_image
string | null

Base64 encoded image bytes (no data URI prefix).

limit
integer | null
default:20

Optional limit on the number of results. Default is 20, max is 30.

Required range: x >= 1
filters
SearchFilters · object

Optional filters. Search will only consider products that match all of the filters.

config
LocaleConfig · object

Optional locale configuration.

page_token
string | null

Opaque token from a previous image-search response to fetch the next page of results.

segment
string | null

Image segmentation mode. None (default) disables segmentation. "AUTO" segments and crops the main product automatically. A custom string (e.g. "shoe", "mug") segments the specified object.

Response

Successful Response

v1 paginated search response.

products
Product · object[]
required
next_page_token
string | null

Token to fetch the next page. Null when no more results.