DiffSense
DiffSense analyzes your git diffs using AI and returns structured, actionable output in seconds. 3 endpoints: • /commit-message — Generates a Conventional Commits message from any diff • /review — Returns a JSON security + quality review with severity ratings (CRITICAL to INFO) • /changelog — Produces a Keep a Changelog-format markdown entry Works with any language or framework. Input is never…
DiffSense endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Returns API status. |
| commit-message | ||
| POST |
generateCommitMessage /commit-message |
Receives a git diff and returns a Conventional Commits-compliant commit message. Example output: `feat(auth): add null check for missing user on login` |
| review | ||
| POST |
reviewDiff /review |
Receives a git diff and returns a structured JSON review with security issues, quality issues, and an overall summary. Each issue includes severity (CRITICAL, HIGH, MEDIUM, LOW,… |
| changelog | ||
| POST |
generateChangelog /changelog |
Receives a git diff and returns a Keep a Changelog-format markdown entry, ready to paste into your CHANGELOG.md. |
DiffSense pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9 / month | — |
|
| ULTRA | $29 / month | — |
|