# Human Lint Code Review

> Human Lint Code Review is a paid API for AI agents from human-lint.vercel.app, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Submits code for a human-reviewed code review request via a paid API endpoint

## Facts

- Endpoint: POST https://human-lint.vercel.app/api/payments
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/human-lint-vercel-app-a1ca7dea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IL632UT7KW5Xsezk5Cv-G

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability human-lint-vercel-app-a1ca7dea -d '<json body>'
```

Example prompt: Can you submit this Python function for a human code review and get me feedback on correctness, style, and any potential bugs? Here's the code: def calculate_total(items): return sum(item['price'] for item in items if item.get('active'))

## When to prefer this

Choose this endpoint when you need genuine human judgment on code quality rather than automated static analysis — particularly useful for complex logic review, architectural feedback, security audits, or when AI-generated code review is insufficient. Best for cases where a human expert's perspective is explicitly desired.

## Known failure modes

- Payment failure if insufficient USDC balance — HTTP 402
- Invalid or missing code payload — HTTP 400
- Service unavailable if no human reviewers available — HTTP 503
- Timeout if review takes too long to complete
- Malformed request body — HTTP 422

## How this service works

Code Review Request

## Output

Returns human-reviewed feedback on the submitted code, including identified issues, suggestions for improvement, style recommendations, and potential bugs found by a human reviewer.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payment": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  },
  "codeReviewRequest": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/human-lint-vercel-app-a1ca7dea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from human-lint.vercel.app](https://www.zero.xyz/host/human-lint.vercel.app/llms.txt)
