How to Set Up Ecomvis for AI Product Search (Text, Voice & Image)

Modern eCommerce search is broken.
Customers don’t search with perfect keywords anymore they:
• type natural language
• speak queries
• upload images
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:
• Real-time AI search engine (semantic understanding)
• Multimodal pipeline (text + voice + image)
• API + widget combo
• Plug-and-play for any website It works with:
• Shopify
• WooCommerce
• Webflow
• Wix
• Custom HTML
…and integrates in minutes.
Step 1 - Create Your Account
1. Go to Ecomvis homepage
2. Sign up
3. Choose a plan (Free plan available to test)
4. Access your dashboard
Ecomvis automatically generates:
• Your API key
• Your widget script
Step 2 - Prepare Your Product Catalog (CSV)
Ecomvis uses your catalog to build a search index.
Required Fields
Your CSV (or XLSX) must include:
• name → product name
• image → public image URL
• link → product page URL
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
• Products → Export
• Select All products (CSV)
• Keep:
o Title → name
o Image Src → image
o Handle → link
WooCommerce
• Products → Export
• Include:
o Name
o Images
o Permalink
Webflow
• CMS → Collections → Export CSV
• Map:
o Name
o Main Image
o Slug → product URL
Wix
• Store Products → Export CSV
• Clean file to required fields
Custom HTML / Database
• Export manually or from backend
• Ensure:
o Public image URLs
o Valid product links
Step 4 - Upload Your Catalog
Inside your dashboard:
1. Go to Profile / Data section
2. Upload your CSV/XLSX
3. Ecomvis will:
o Index your products
o Enable semantic + visual search
👉 This is where the AI layer gets trained on your catalog.
Step 5 - Get API Key & Widget Code
After upload:
• Copy your API key
• Copy your widget script
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:
• text search
• voice input
• image upload
All in one UI
Platform-Specific Setup
Shopify
• Online Store → Themes → Edit Code
• Open theme.liquid
• Paste before </body>
WooCommerce (WordPress)
• Appearance → Theme Editor → footer.php
• Or use a plugin for script injection
Webflow
• Project Settings → Custom Code
• Add to Footer
Wix
• Settings → Custom Code
• Add to Footer section
Custom HTML
• Paste directly in your HTML file
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:
• keyword-based
• slow on large catalogs
• breaks easily
Ecomvis:
• understands natural language
• supports image + voice queries
• returns results in milliseconds
What You Get After Setup
Once live:
• Users can type:
→ “black sneakers under $100”
• Or speak:
→ “show me summer dresses”
• Or upload:
→ a product image
And Ecomvis returns relevant products instantly.
Why This Matters
Multimodal search isn’t a “nice to have” anymore.
It:
• improves product discovery
• reduces “no results” searches
• increases conversions
Because it matches how people actually search today.
Final Summary
Setting up Ecomvis is simple:
1. Sign up on Ecomvis
2. Export your product catalog
3. Upload CSV/XLSX
4. Copy API key + widget
5. Paste before </body>
6. Go live
Pro Tip (Important)
For best results:
• Use high-quality product images
• Keep product names descriptive
• Ensure links are valid
Better data = better AI search results.
Visit www.ecomvis.com

