{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "askclaude-shop-tools-code-review",
  "title": "AskClaude \u00b7 AI Code Review",
  "url": "https://askclaude.shop/tools/code-review",
  "category": "ai",
  "summary": "Reviews code and suggests improvements using Claude AI. Auto-detects language or accepts explicit specification.",
  "seo": {
    "title": "AI Code Review API | Claude | x402 Pay-Per-Request",
    "description": "Get AI-powered code review and improvement suggestions. Powered by Claude. 0.05 USDC per request on Base. No subscription, no API keys. Paste code, get feedback."
  },
  "use_cases": [
    "Review pull requests automatically for quality issues",
    "Suggest refactoring improvements for legacy code",
    "Check code for security anti-patterns and bugs"
  ],
  "ideal_buyer": "Development agents and CI/CD pipelines needing automated code quality assessment without subscription tools.",
  "example_prompt": "Review this Python function for performance issues and suggest improvements",
  "example_request_body": {
    "code": "def fibonacci(n):\n    if n <= 1:\n        return n\n    return fibonacci(n-1) + fibonacci(n-2)",
    "language": "python"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 5,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x3b5be4047c5a4f37c5e3a5951432ed794bf201ff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 300,
      "description": "Review code and suggest improvements, $0.05/request",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "code"
            ],
            "properties": {
              "code": {
                "type": "string",
                "description": "The code to review"
              },
              "language": {
                "type": "string",
                "description": "Programming language (e.g. javascript, python, rust). Auto-detected if omitted."
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "score": 8,
            "issues": [
              {
                "severity": "info",
                "suggestion": "Add parameter validation",
                "description": "No type checking"
              }
            ],
            "review": "Clean utility function..."
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "askclaude-shop",
    "host": "askclaude.shop",
    "title": "AskClaude \u2014 Pay-per-question Claude AI access",
    "description": "Ask Claude AI models (Haiku, Sonnet, Opus) without a subscription. Pay per question with USDC on Base via the x402 payment protocol. No account required.",
    "url": "https://askclaude.shop"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/askclaude-shop-tools-code-review",
    "url": "https://x402all.com/resource/askclaude-shop-tools-code-review",
    "name": "AskClaude \u00b7 AI Code Review",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/askclaude-shop-tools-code-review",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://askclaude.shop/tools/code-review",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/askclaude-shop",
      "url": "https://askclaude.shop",
      "name": "AskClaude \u2014 Pay-per-question Claude AI access",
      "@type": "Organization"
    },
    "identifier": "askclaude-shop-tools-code-review",
    "description": "Get AI-powered code review and improvement suggestions. Powered by Claude. 0.05 USDC per request on Base. No subscription, no API keys. Paste code, get feedback.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=askclaude-shop-tools-code-review",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=askclaude-shop-tools-code-review"
}
