PAYGRID
AI Data APIs. Pay per request.
No accounts. No API keys. Just USDC on Base. Built for AI agents and developers who need clean data without the friction.
ENDPOINTS
Three live endpoints. Pay only when you call them.
$0.05 USDC
POST/score/hotel
Hotel Readiness Score
Scrapes a hotel property URL and returns structured readiness signals: review sentiment, website quality, booking friction, and an overall score.
Input
{ "property": "https://hotel-url.com" }$0.03 USDC
POST/critic/content
Content QA
Evaluates content against quality criteria. Returns pass/fail with specific failure reasons and line-level quotes.
Input
{ "content": "..." }HOW IT WORKS
How x402 Payments Work
1
Send a request
Your agent sends an HTTP POST to any endpoint.
2
Receive 402
Server responds with payment details (amount, wallet, network).
3
Pay & get data
Agent pays USDC on Base. Server verifies and returns the data.
No signups. No API keys. No subscriptions. Just pay for what you use.
LIVE
Live Server
request
curl https://api.autopilotpr.com/healthresponse
{
"status": "ok",
"mode": "production",
"wallet": "0x597878c09156310595142a88d5fdbb330ade7315",
"endpoints": [
{ "path": "/score/hotel", "price": "$0.05" },
{ "path": "/critic/content", "price": "$0.03" }
]
}