Filter‑based Search
Lots of steps, toggles, and decisions—clunky user experience
Add multimodal search to your storefront: type a sentence, paste an image URL, or upload a photo. Our API extracts meaning and structured filters—then returns clean, de‑duplicated results that feel like it’s reading your mind.
curl -X POST https://api.designview.ai/api/v1/chat/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "matte black ceiling fan with light from Minka Aire, modern, 52in",
"image_url": null,
"options": { "extract_nlp_filters": true, "deduplicate_visuals": true }
}'
Filter‑based Search
Lots of steps, toggles, and decisions—clunky user experience
Semantic Chat Search
We extract structured filters automatically—no manual toggles.
Upload a product photo or describe what you're looking for. Our AI converts both images and natural language into semantic embeddings.
Your input is transformed into high-dimensional vectors that capture visual features, style, and semantic meaning in a unified embedding space.
Using a machine learning model, we instantly find products with similar embeddings, returning visually and semantically related items with extracted attributes.
Get API access for your environment, or ask us to see a demo.