Skip to main content
GET
/
similar
Similar Products
curl --request GET \
  --url https://api.catalogix.ai/v1/similar \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 0,
    "message": "SUCCESS",
    "request_id": "8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312"
  },
  "data": {
    "products": [
      {
        "product_code": "SKU002",
        "score": 0.97
      }
    ],
    "numFound": 142
  }
}

Authorizations

Authorization
string
header
required

Pass the API token as a Bearer token in the Authorization header.

Headers

X-Request-Id
string

Optional trace ID

Query Parameters

store_uuid
string
required

Store identifier used to resolve store name

product_code
string
required

Product code of the source product

offset
integer
default:0

Pagination offset

limit
integer
default:10

Maximum results (max 10)

Required range: x <= 10

Response

Similar products

status
object
data
object