Customers don’t search with perfect keywords anymore they:
Modern eCommerce search is broken.
Customers don’t search with perfect keywords anymore they:
That’s exactly what Ecomvis is built for - a multimodal product discovery API that delivers text, voice, and image search in one unified system.
This guide shows you how to go from zero → fully working AI search in minutes.
What You’re Actually Setting Up
Ecomvis is not just a widget - it’s:
It works with:
…and integrates in minutes.
Step 1 - Create Your Account
Ecomvis automatically generates:
Step 2 - Prepare Your Product Catalog (CSV)
Ecomvis uses your catalog to build a search index.
Required Fields
Your CSV (or XLSX) must include:
Example CSV
name,image,link
Nike Air Max,https://yourstore.com/img1.jpg,https://yourstore.com/p1
Adidas Ultraboost,https://yourstore.com/img2.jpg,https://yourstore.com/p2
Step 3 - Export Products from Your Platform
Shopify
WooCommerce
Webflow
Wix
Custom HTML / Database
Step 4 - Upload Your Catalog
Inside your dashboard:
👉 This is where the AI layer gets trained on your catalog.
Step 5 - Get API Key & Widget Code
After upload:
These connect your frontend to Ecomvis’s backend.
Step 6 - Add the Widget (Core Integration)
Paste the script before </body> on your site:
<script src="https://cdn.ecomvis.com/widget.js"
data-api-key="YOUR_API_KEY">
</script>
</body>
That’s it.
👉 This instantly enables:
All in one UI
Platform-Specific Setup
Shopify
WooCommerce (WordPress)
Webflow
Wix
Custom HTML
Step 7 - Use the API (Advanced)
If you want full control, use the API directly.
Text Search Example
POST https://ecomvis.com/api/search/text/
X-API-Key: YOUR_API_KEY
Content-Type: application/json
{
"query": "blue denim jacket",
"top_k": 5
}
Image Search Example
POST https://ecomvis.com/api/search/image/
X-API-Key: YOUR_API_KEY
Content-Type: multipart/form-data
image=@image.jpg
👉 The API returns matched products based on similarity, not keywords.
What Makes Ecomvis Different
Traditional search:
Ecomvis:
What You Get After Setup
Once live:
And Ecomvis returns relevant products instantly.
Why This Matters
Multimodal search isn’t a “nice to have” anymore.
It:
Because it matches how people actually search today.
Final Summary
Setting up Ecomvis is simple:
Pro Tip (Important)
For best results:
Better data = better AI search results.
Visit https://www.ecomvis.com