{"uid":"cap_FBvuYAISjjiqQuLJ_AIx0","slug":"nova-ai-code-review-api-ac6a787a","name":"Nova AI Code Review API","description":"Pay-per-call AI inference. Chat, reason, translate, analyze, generate. USDC on Base.","url":"https://ova.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_YGKIdlbHLGHPU7P1ge8yS","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":"Performs AI-powered code review on submitted source code, returning a quality score, identified issues, and improvement suggestions.","exampleAgentPrompt":"Can you review this Python code for me and give it a quality score, flag any issues, and suggest improvements? Focus on security: def get_user(id): return db.query(f'SELECT * FROM users WHERE id={id}')","exampleUseCases":null,"resultDescription":"Returns a JSON object containing a boolean success flag, a data object with the AI model used, token usage stats, and a review object containing an integer quality score, an array of issues found, a plain-text summary, and an array of improvement suggestions. Also includes meta fields like detected language, focus area, price, and timestamp.","failureModes":["Missing required 'code' field returns an error response","Payment not included or insufficient USDC causes 402 Payment Required","Unsupported or ambiguous language may reduce review accuracy","Very large code submissions may be truncated or refused","Service unavailability returns 5xx errors"],"whenToPreferThis":"Use this endpoint when you need a structured, scored code review with discrete issues and suggestions rather than a freeform chat response. It is particularly suited for automated CI/CD pipelines, developer tooling, or any agent workflow that needs machine-readable code quality data with a numeric score and itemized issue list, billed per-call via USDC on Base.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:32:24.570Z","isFirstParty":false}