URL search
URL search is a 2 step process. First, you send the URL string to receive a slug id of the vectorized image on the page. Second, you use that id to get search results of similar products.
Step 1: GET /search/url
This endpoint allows you to search for products using a URL of any Shopify or WooCommerce product.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Query parameters
Parameter
Type
Description
url
string
The actual URL of any product sold on a Shopify or WooCommerce store.
Response
Step 2: GET /search
This endpoint allows you to search products that match the image.
Headers
Header
Type
Description
Authorization
string
Bearer token
Query parameters
Parameter
Type
Description
imageId
string
Image search identifier.
Response
Last updated
Was this helpful?