x402 Dual-ChainSolana + BaseBedrock Web SearchGPT-5.5 SynthesisZero Data Egress
SearchPulse
Ask any question. Get a real-time, grounded answer with source citations โ powered by Amazon Bedrock Web Search. No hallucinations. No subscriptions. Pay per query.
๐
Grounded Answers
$0.25
Standard / Query
$0.40
Deep / Query
๐
Stays in AWS
What You Get
๐ฐ Real-Time Grounding
Answers drawn from Amazon's live web index โ not model training data. Current as of today.
๐ Source Citations
Every claim is backed by a URL citation with title and character-level span. Display to your users.
๐ AWS Boundary
Zero data egress by default. Queries stay inside the AWS boundary โ compliant for enterprise use.
โก Two Modes
Standard ($0.25): quick answers. Deep ($0.40): multi-source research with up to 10 search calls.
Try It (demo โ static result)
Demo returns static data. Real answers via API key or x402.
API Endpoints
GET/v1/search?q=...&mode=standard$0.40
GET/v1/search?q=...&mode=deep$0.40
GET/healthโ
Pricing
Starter
$25
100 std queries
$0.25/query
Pro
$100
500 std queries
$0.20/query
Enterprise
$350
2,000 std queries
$0.175/query
Or pay per query via x402 (no signup). Deep mode ($0.25) available for all tiers.
Response Example
{
"query": "What are the latest AWS Lambda cold-start mitigations?",
"mode": "standard",
"answer": "AWS Lambda now supports SnapStart for Java runtimes, which pre-initializes the execution environment...",
"citations": [
{ "title": "AWS Lambda SnapStart documentation", "url": "https://docs.aws.amazon.com/lambda/...", "start_index": 0, "end_index": 87 }
],
"search_queries": ["AWS Lambda cold start mitigation 2026"],
"tokens_used": { "input": 487, "output": 312 },
"timestamp": "2026-08-04T00:00:00.000Z"
}