← 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.

Precise color
Reference image
// the real call behind this widget
search_products_trimodal({
  query_text: "linen dress under $150"
  limit: 6
})   POST /v1/search · merchant 98906636598

Live results from the shared demo catalog (merchant 98906636598) via a server-side POST /v1/search — the same call the search_products_trimodal MCP tool makes. Your query goes to a demo-scoped proxy; no key is exposed to the browser.