{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-review-code",
  "title": "GG402 \u00b7 Code Review",
  "url": "https://gg402.vercel.app/review_code",
  "category": "ai",
  "summary": "Analyze code snippets for bugs, style issues, and improvements with line-specific feedback.",
  "seo": {
    "title": "AI Code Review API - $0.01 USDC per Call | x402",
    "description": "Review code snippets for bugs, style issues, and improvements via AI. Returns line-specific issues with descriptions. Pay $0.01 USDC per request on Base."
  },
  "use_cases": [
    "Identify bugs in code submissions",
    "Detect style violations and suggest improvements",
    "Get line-numbered issue reports for code review"
  ],
  "ideal_buyer": "Development teams and CI/CD pipelines automating code quality checks with pay-per-review pricing.",
  "example_prompt": "Review this Python function for bugs and style issues: def add(a,b): return a+b",
  "example_request_body": {
    "code": "def add(a,b): return a+b",
    "language": "python"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Review code snippets for bugs, style issues, and improvements, providing feedback and suggestions.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "code": {
              "type": "string",
              "required": true,
              "description": "The code snippet to review."
            },
            "focus": {
              "type": "string",
              "required": false,
              "description": "Review focus, e.g., 'bugs', 'style' (default: 'general')."
            },
            "language": {
              "type": "string",
              "required": true,
              "description": "Programming language, e.g., 'Python', 'JavaScript'."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "issues",
            "suggestions",
            "overall_rating"
          ],
          "properties": {
            "issues": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "type",
                  "description",
                  "line"
                ],
                "properties": {
                  "line": {
                    "type": "number",
                    "description": "Line number where the issue occurs."
                  },
                  "type": {
                    "type": "string",
                    "description": "The type of issue."
                  },
                  "description": {
                    "type": "string",
                    "description": "Description of the issue."
                  }
                }
              },
              "description": "List of identified issues."
            },
            "suggestions": {
              "type": "array",
              "items": {
                "type": "string",
                "description": "A suggestion for improvement."
              },
              "description": "Improvement suggestions."
            },
            "overall_rating": {
              "type": "number",
              "description": "Code quality rating out of 10."
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "tools-cl-288d0886db19",
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-review-code",
    "url": "https://x402all.com/resource/gg402-vercel-app-review-code",
    "name": "GG402 \u00b7 Code Review",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-review-code",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/review_code",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-review-code",
    "description": "Review code snippets for bugs, style issues, and improvements via AI. Returns line-specific issues with descriptions. Pay $0.01 USDC per request on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-review-code",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-review-code"
}
