E
Exa
/search
Neural search
Semantic web search with optional full text and highlights.
needs keyunknown
searchsemanticneuralresearch
$0.010
per call
plus $0.001 platform fee per run
Bring your own Exa key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run exa /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Natural-language query |
| num_results | number | Max default 10 |
| include_text | boolean | Return page text default false |
| category | string | company, research paper, news, tweet, personal site, pdf |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"exa","endpoint":"/search","input":{"query":"...","num_results":10,"include_text":false}}'cli
npx cracked-ai run -p exa -e /search -i '{"query":"...","num_results":10,"include_text":false}'mcp
run_tool({ provider: "exa", endpoint: "/search", input: {"query":"...","num_results":10,"include_text":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.