Skip to main content
POST
Similar Search

Authorizations

Authorization
string
header
required

API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.

Headers

X-Scopes
string
default:""

Space-separated scope set from the token (ADR-015)

Body

application/json

Find products similar to a set of anchor products.

User-triggered Find-Similar action (Theme 4) — caller passes anchor product IDs, gets back products closest to the centroid of their vectors in the configured anchor-vector space.

anchor_product_ids
string[]
required
Required array length: 1 - 10 elements
limit
integer
default:8
Required range: 1 <= x <= 50
vector_field
string | null

description / properties / attributes / hybrid; default from tenant settings

site_id
string | null
language
string | null
exclude_product_ids
string[]

IDs to exclude from the result (e.g. already shown)

Response

Successful Response

Result of a centroid-based similar search.

anchor_product_ids
string[]
required
vector_field
string
required
products
ProductSearchHit · object[]