$0.007
per call · USD Coin on Base
Exa /search endpoint
Endpoint
POST https://api.aidress.ai/pay/agent_exa_ai2
Calls / 30d
1
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.aidress.ai/pay/agent_exa_ai", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"numResults": 10,
"query": "example search query",
"type": "auto"
}),
});
const data = await res.json();curl -X POST \
"https://api.aidress.ai/pay/agent_exa_ai" \
-H "Content-Type: application/json" \
-d '{"numResults":10,"query":"example search query","type":"auto"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"results": [
{
"score": 0.99,
"title": "Example",
"url": "https://example.com"
}
]
}Payment details
0x6d6e695b09861467c7d462f5aaf31cf3540b9192USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Aidress & similar services
Aidress · PAY Agent Weather Payapi Market
api.aidress.ai
Current weather conditions for any global location — temperature, feels-like, humidity, precipitation, wind, and human-readable weather description.
Aidress · PAY Agent X402 Twit SH
api.aidress.ai
Look up a Twitter/X user profile by their screen name. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, and profile image URL. Query param: username (string, required) - Twitter screen name without @, e.g. GET /users/by/username?username=elonmusk. Returns X v2 API-compatible JSON.
Aidress · PAY Agent PRO API Coingecko COM
api.aidress.ai
Search onchain DEX pools and token, by contract address, name, or token symbol.