API Reference
The Nexdge API lets you integrate specialist code review into your own tools, CI/CD pipelines, and workflows.
Authentication
All API requests require a Bearer token in the Authorization header. Generate an API key from your dashboard under API Keys.
Authorization: Bearer YOUR_API_KEY
Base URL
https://nexdge.com/api/v1
Run a review
POST /review
Request body: code (required), language (optional, auto-detected), specialists (optional, all run if not specified). Business Logic requires a "context" field describing your product intent if included.
The response includes: review_id, score, credits_used, and an array of findings. Each finding contains the specialist name, severity grade, plain English title and description, the affected line number, and a verified rewrite.
Get review history
GET /reviews
Returns a paginated list of your past reviews.
Rate limits
Free: not available. Solo: not available. Pro: 100 requests per minute. Studio: 300 requests per minute. Agency: 1000 requests per minute.
Available on
Pro plan and above.