v1
latestOpenAPI 3.0.02026-07-223589127.1 KBSearch
Submit search
Run a search across supported web and social sources. The default response returns an operation to poll; add sync=true only when you want to wait briefly for an immediate result.
post/api/v1/search
Query parameters
syncboolean
Set to true to wait briefly for a completed result instead of immediately returning an operation to poll.
Headers
Idempotency-Keystring
Prevents duplicate work if you retry the same request with the same key.
Request body
Example request
{
"type": "web_search",
"query": "AI startup funding 2026",
"match_any": [
"AI startup",
"machine learning funding"
],
"match_all": [
"Series A",
"2026"
],
"exclude": [
"crypto",
"blockchain"
],
"site": "techcrunch.com",
"hashtag": "productanalytics",
"subreddit": "startups"
}Response
Search completed immediately.