Parameters2
| Parameter | Type | Default | Example |
|---|---|---|---|
text | boolean | null | true |
urls | array | null | [] |
Service overview
AI-powered web search + content retrieval
Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.
Paste into your agentic chat and let your agent guide you.
npx awal x402 pay "https://api.exa.ai/contents" \
--method POST \
--data '{
"text": "{text}",
"urls": "{urls}"
}'{
"endpoint": "POST /contents",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
2 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
text | boolean | null | true |
urls | array | null | [] |
| Parameter | Type | Default | Example |
|---|---|---|---|
numResults | number | null | 10 |
query | string | null | example search query |
type | string | null | auto |
FAQ