Search markets by meaning using AI-powered semantic search. Unlike keyword search, this understands natural language queries like “will interest rates go down” and finds relevant markets even if they use different wording.
Uses hybrid scoring that combines:
Searches across all supported exchanges: Kalshi, Polymarket, Limitless, Predict.fun, Opinion Labs, Gemini, Manifold, ForecastEx, and PredictIt.
Requires Max, Admin, or Enterprise plan.
POST /api/v1/search/semanticX-API-Key: YOUR_API_KEY{"query": "fed rate cuts by summer", "active_only": true, "limit": 10}Your API key (get one from the test-key endpoint above)
Natural language search query.
"fed rate cuts by summer"
Filter to specific exchanges. If omitted, searches all exchanges.
kalshi, polymarket, limitless, predictfun, opinion, gemini, manifold, forecastex, predictit If true, only returns markets that are not closed.
Filter to a specific category (e.g., Politics, Crypto, Sports).
Maximum number of results to return.
x <= 100