Skip to main content
POST
Python

Authorizations

x-api-key
string
header
required

Body

application/json

Search request with pagination support.

query
string | null

Search query. At least one of query, image_url, base64_image, or page_token must be provided.

image_url
string | null

Image URL. At least one of query, image_url, base64_image, or page_token must be provided.

base64_image
string | null

Base64 encoded image. At least one of query, image_url, base64_image, or page_token must be provided.

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
SearchConfig · object

Optional configuration

page_token
string | null

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

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.