SemanticSearch API
Fast semantic search with AI. Understands meaning, not just keywords.
🚀 Ultra Fast
Searches in ~200ms with state-of-the-art embeddings (Arctic-768D ONNX INT8).
🧠 Semantic Understanding
Doesn't search for exact words. Understands concepts: "superhero saves world" finds Avengers.
🌍 Multilingual
Works with queries in Spanish, English and other languages without changing anything.
📊 RESTful API
Easy integration. JSON in, JSON out. With interactive Swagger documentation.
🔐 Personal API Key
Get your API key with free registration. No payment, just email confirmation.
🎯 Live Demos
Explore semantic search across different product categories.
How to Use?
- Sign Up (email + password)
- Confirm your email
- Copy your API Key from the dashboard
- Use the API (see documentation)
Example Usage
curl -X POST "https://api.readyapi.net/api/v1/search/query" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "cute robot cleans the earth",
"top_k": 5
}'