Stateless Pricing for AI Agents
Start free — convert any URL without a wallet or credits. Base USDC top-ups are optional.
- ✓Tier 1 Cloudflare Native
- ✓Tier 2 Self Conversion
- ✕Tier 3 JS Rendering(Pro)
- ✕Advanced Extraction (+15~30%)(Pro)
- ✕Summary mode (mode=summary)(Pro)
- ✓max_tokens (token budget)(Free)
- ✓Output formats (markdown / json / toml / yaml / json-ld)(All Free)
- ✕OpenAPI / Swagger Spec Compression(307 Redirect (Raw))
- ✓Rate Limit(15 RPM / 1,000 RPD)
- ✓Cache API TTL(1 Hour)
- ✓Signups / Logins / Keys(Zero-Friction)
- ✓Tier 1 Cloudflare Native
- ✓Tier 2 Advanced Extraction
- ✓Tier 3 JS Rendering (Dynamic Web)
- ✓Advanced Extraction (+15~30%)
- ✓OpenAPI / Swagger Spec 90% Compression(openapi/swagger.json)
- ✓Per-Request Cost($0.00166 (~2.1 KRW))
- ✓Gas Fee Ratio (0.7 USDC basis)(3.5%)
- ✓Base (EVM) EIP-191 Auth(Stateless)
- ✓Signups / API Key Management(Zero-Friction)
- ✓All Pro Agent Features (JS Rendering, OpenAPI/Swagger 90% Compression, etc.)
- ✓Lowest Per-Req Cost($0.00125 (~1.6 KRW))
- ✓Gas Fee Ratio (0.7 USDC basis)(0.7% (Minimal))
- ✓Saved LLM Token Value(~$5,600 Value)
- ✓Priority Processing Queue
- ✓Base (EVM) EIP-191 Auth(Stateless)
⚡ Credit Top-up API (POST /v1/topup)
🤖 Programmatic Wallet & AI Auto-Payment
Enable your AI Agent to generate Base (EVM) wallets and auto-topup USDC when receiving HTTP 402 Payment Required.
View AI Wallet & Auto-Pay Guide →Frequently Asked Questions (Wallet FAQ)
What is Base (EVM) Wallet-based Stateless Micropayment?
Instead of creating user accounts or API keys, your Base (EVM) wallet address acts as your account ID. Deposit $20 USDC or more on Base, submit your transaction hash, and authenticate requests using EIP-191 / EIP-712 wallet signatures.
How do I top up credits?
Deposit $20 USDC or more, then call POST /v1/topup with your wallet address and transaction hash.
How do I construct the authentication signature header?
Include the wallet headers in your GET request: x-wallet-address, x-timestamp (Unix timestamp), x-chain (base), and x-signature (EIP-191 signature of 'x402:base:{timestamp}' or EIP-712 typed data).
Do I really not need an API key or account?
Yes! There are no stored passwords or API keys to leak. Your agent's private key signs requests dynamically on demand.