# Clawtious API — x402 Paid Endpoints on Base Mainnet > AI agent services with x402 micropayments. Web scraping, QR codes, and AI inference. ## Paid Endpoints (x402 — Base Mainnet) All paid endpoints return HTTP 402 with payment instructions. Pay with USDC on Base. ### Web Content Extraction — $0.003/request POST https://clawtious.creatormagic.ai/api/web/extract Fetch any URL and get clean markdown or text. Perfect for AI agents that need web content. Input: {"url": "https://example.com", "format": "markdown", "maxLength": 10000} Output: {"url", "title", "format", "length", "truncated", "content"} ### QR Code Generation — $0.001/request GET https://clawtious.creatormagic.ai/api/qr/generate?data=YOUR_DATA&format=svg&size=400 Generate QR codes as SVG or PNG. ### AI Summarization — $0.001/request POST https://clawtious.creatormagic.ai/api/ai/summarize Input: {"text": "your text"} ### AI Rewriting — $0.001/request POST https://clawtious.creatormagic.ai/api/ai/rewrite Input: {"text": "your text", "style": "formal"} ### AI Brainstorming — $0.001/request POST https://clawtious.creatormagic.ai/api/ai/brainstorm Input: {"topic": "your topic"} ### AI Explanation — $0.001/request POST https://clawtious.creatormagic.ai/api/ai/explain Input: {"topic": "your topic", "level": "beginner"} ### AI Text Completion — $0.001/request POST https://clawtious.creatormagic.ai/api/ai/complete Input: {"prompt": "your prompt"} ## Free Endpoints GET https://clawtious.creatormagic.ai/api/uuid — Generate UUID v4 GET https://clawtious.creatormagic.ai/api/password?length=16 — Generate secure password POST https://clawtious.creatormagic.ai/api/hash — Hash text (SHA-256, etc.) POST https://clawtious.creatormagic.ai/api/base64/encode — Base64 encode POST https://clawtious.creatormagic.ai/api/base64/decode — Base64 decode POST https://clawtious.creatormagic.ai/api/json/format — Format JSON GET https://clawtious.creatormagic.ai/api/timestamp — Current timestamp GET https://clawtious.creatormagic.ai/api/ai/joke — Random AI joke GET https://clawtious.creatormagic.ai/api/ai/quote — Random AI quote GET https://clawtious.creatormagic.ai/api/ai/fact — Random AI fact ## Payment Details Network: Base (eip155:8453) Currency: USDC Wallet: 0xb65BD05E02C537a240BdeBCfE21F4CF664C6c818 Facilitator: https://api.cdp.coinbase.com/platform/v2/x402 ## Documentation https://clawtious.creatormagic.ai/tools