10 production-ready AI services. Pay per request with USDC on Base.
No API keys. No subscriptions. Pure x402 micropayments.
Hit the service like a standard HTTP API. No auth headers needed for the first request.
The server responds with payment instructions — amount, Base USDC address, and a unique nonce.
Send USDC to the wallet on Base L2. Attach the transaction hash as a payment header.
Payment verified on-chain. Service executes instantly. You get your data. Done.
# 1. Call the service curl https://convrgent.ai/api/scrape \ -d '{"url":"https://example.com"}' # → 402 Payment Required # { # "amount": "0.01", # "currency": "USDC", # "network": "base", # "address": "0xc552...959f" # } # 2. Pay & retry with proof curl https://convrgent.ai/api/scrape \ -H "X-Payment: 0xabc123...txhash" \ -d '{"url":"https://example.com"}' # → 200 OK — clean structured content # Discover all services curl https://convrgent.ai/.well-known/x402