{"uid":"cap_K-EF6K7buhe-qPL5slXsP","slug":"nova-code-review-api-f044bfc5","name":"Nova Code Review API","description":"Pay-per-call AI inference. Chat, reason, translate, analyze, generate. USDC on Base.","url":"https://noa.orbonomy.xyz/api/code","method":"POST","headers":{},"bodySchema":{"type":"object","required":["code"],"properties":{"code":{"type":"string","description":"Source code to review"},"focus":{"enum":["security","performance","quality","all"],"type":"string"},"language":{"type":"string","description":"Programming language (auto-detect if omitted)"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object","properties":{"model":{"type":"string"},"usage":{"type":"object"},"review":{"type":"object","properties":{"score":{"type":"integer"},"issues":{"type":"array"},"summary":{"type":"string"},"suggestions":{"type":"array"}}}}},"meta":{"type":"object","properties":{"focus":{"type":"string"},"price":{"type":"string"},"endpoint":{"type":"string"},"language":{"type":"string"},"timestamp":{"type":"string"}}},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_bEnyPR80lsqTz2qb8fIar","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Submits source code for AI-powered code review, returning a quality score, issues list, summary, and improvement suggestions.","exampleAgentPrompt":"Can you review this Python function I wrote and give me a quality score, flag any bugs or issues, and suggest improvements? Here's the code: `def add(a,b): return a+b` — focus on security.","exampleUseCases":null,"resultDescription":"Returns a JSON object with a success flag, a data block containing the model used, token usage stats, and a review object with an integer quality score (0-100), an array of identified issues, a plain-text summary, and an array of improvement suggestions; plus a meta block with the detected language, focus area, endpoint, price, and timestamp.","failureModes":["Missing required 'code' field returns a validation error","Unsupported or ambiguous language may degrade review quality","Payment failure (insufficient USDC balance) returns HTTP 402","Very large code submissions may time out or exceed token limits","Empty or trivial code snippets may produce low-quality reviews"],"whenToPreferThis":"Choose this endpoint when you need a structured, scored AI code review with discrete issues and actionable suggestions returned as machine-readable JSON — especially when paying per-call via USDC on Base fits your workflow and you want to avoid managing a subscription or API key for a standalone code analysis service.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:41:15.025Z","isFirstParty":false}