← Back to the docs

Trimodal Search — live demo

Search the shared demo catalog by words, a precise color, or an image URL — real results from the live /v1/search API, the same call the search_products_trimodalMCP tool makes. It’s a working reference you can rebuild on your own catalog: the widget is a client component, and it talks to a small server route that mints a demo-scoped token and proxies the search.

H210°
S64
V80
hsv 210, 64, 80
Search by image
Drop an image or browse
PNG or JPG · matched by visual similarity
// the real call behind this widget
search_products_trimodal({
  query_text: "linen dress under $150"
  limit: 6
})  → POST /v1/search

Live results from the shared demo catalog (merchant 98334572911) via a server-side POST /v1/search — the same call the search_products_trimodal MCP tool makes. Text, precise color (HSV), and uploaded images all route through a demo-scoped proxy; no key is exposed to the browser.