Semantic Search Bridge
Connect modern AI models, custom GPTs, and autonomous agents directly with the zeelproject.com catalog via high-speed semantic search.
manage_search API Specification (Text Search)
To run a text-based semantic search query, send an HTTP GET request to the search endpoint:
Request Parameters
camera_enhance Visual Search (Image, URL, or Base64)
Search the catalog visually using reference images. Built for AI models, agents, and modern apps with multiple flexible input methods:
How Image Search Works
Send Image
Provide a public image_url, an uploaded image file, or image_base64.
CLIP Encoding
Image is processed through CLIP visual encoder to compute a high-dimensional embedding vector.
Qdrant Matching
Vector is matched in the vector database using Cosine similarity metric in milliseconds.
Data Enrichment
Results are enriched from SQL database with verified titles, prices, image URLs, and model links.
Visual Search Parameters
terminal Interactive Sandbox
Run test queries live and inspect the structured JSON response payload below.
// Responses will be displayed here in pretty-printed JSON...
integration_instructions Integration Code Snippets
Select your language to view ready-to-use code snippets for query integration: