blockrun_exa
Conduct semantic web searches, retrieve page contents, find similar URLs, or get direct answers using Exa's neural search.
Instructions
Neural web search via Exa — understands meaning, not just keywords. Great for research.
Common paths (all POST, body shapes documented in the exa-research skill):
search — body: { query, numResults?, category?, includeDomains?, excludeDomains? } ($0.01/call)
answer — body: { query } ($0.01/call)
contents — body: { urls: [...] } ($0.002/URL, up to 100)
find-similar — body: { url, numResults? } ($0.01/call)
Categories for search: "news", "research paper", "company", "tweet", "github", "pdf".
Full request/response shapes + worked research workflows in the exa-research skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint name under /v1/exa/, e.g. 'search', 'answer', 'contents', 'find-similar' | |
| body | No | JSON body for the call. Sent as POST. Required for all four endpoints. | |
| agent_id | No | Agent identifier for budget tracking and enforcement. |