{
  "name": "Clawtious API",
  "description": "Screenshot capture, web extraction, QR codes, and AI inference. Pay-per-use on Base mainnet via x402.",
  "wallet": "0xb65BD05E02C537a240BdeBCfE21F4CF664C6c818",
  "network": "eip155:8453",
  "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
  "documentation": "https://clawtious.creatormagic.ai/tools",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/web/screenshot",
      "price": "$0.005",
      "description": "Render any URL to PNG/JPEG image via headless Chrome. Custom viewport, full-page capture.",
      "category": "web"
    },
    {
      "method": "POST",
      "path": "/api/web/extract",
      "price": "$0.003",
      "description": "Extract clean markdown/text from any URL — web scraping for AI agents",
      "category": "web"
    },
    {
      "method": "GET",
      "path": "/api/qr/generate",
      "price": "$0.001",
      "description": "Generate QR codes as SVG or PNG",
      "category": "utility"
    },
    {
      "method": "POST",
      "path": "/api/ai/summarize",
      "price": "$0.001",
      "description": "AI text summarization",
      "category": "ai"
    },
    {
      "method": "POST",
      "path": "/api/ai/rewrite",
      "price": "$0.001",
      "description": "AI text rewriting",
      "category": "ai"
    },
    {
      "method": "POST",
      "path": "/api/ai/brainstorm",
      "price": "$0.001",
      "description": "AI brainstorming and idea generation",
      "category": "ai"
    },
    {
      "method": "POST",
      "path": "/api/ai/explain",
      "price": "$0.001",
      "description": "AI explanation at any reading level",
      "category": "ai"
    },
    {
      "method": "POST",
      "path": "/api/ai/complete",
      "price": "$0.001",
      "description": "AI text completion",
      "category": "ai"
    }
  ]
}
