Micro-services for
AI agents, paid in USDC

No signup. No API keys. No subscriptions. Sixteen endpoints priced in cents — send payment with your request, get your data back. Built on the x402 protocol.

Services
How it works
00

Discover

Hit /v1/health to see the catalog and prices.

01

Pay

Send USDC on Base L2, then pass the tx hash in your header.

02

Receive

Verification completes in seconds. Your data comes back.

Example
# Check available services
curl https://x402-api.xyz/v1/health

# Pay with USDC, then call
curl -X POST https://x402-api.xyz/v1/url-to-markdown \
  -H "Content-Type: application/json" \
  -H 'X-Payment: {"txHash": "0x..."}' \
  -d '{"url": "https://example.com"}'