# @rawgroundbeef/code-reviewer

> @rawgroundbeef/code-reviewer is a paid API for AI agents from api.x402.jobs, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes submitted code for readability issues, bugs, and performance problems across any programming language.

## Facts

- Endpoint: POST https://api.x402.jobs/@rawgroundbeef/code-reviewer
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rawgroundbeef-code-reviewer-801df4e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8JfkWftgqXKJmAHLkR9PI

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 rawgroundbeef-code-reviewer-801df4e0 -d '<json body>'
```

Example prompt: Can you review this Python function for readability issues, bugs, and performance problems? def calculate_total(items): total = 0; [total := total + i['price'] for i in items]; return total

## When to prefer this

Choose this endpoint when you need a quick, affordable ($0.01) automated code review covering readability, bugs, and performance for any programming language, especially in automated pipelines or CI workflows where a lightweight review pass is needed.

## Known failure modes

- Empty or missing code input returns an error
- Extremely large code submissions may time out or be rejected
- Ambiguous language detection may reduce accuracy of language-specific analysis
- Malformed request body returns a 4xx error

## How this service works

Analyzes code for readability, bugs, and performance issues. Supports any language.

## Output

A code review report identifying readability issues, bugs, and performance problems in the submitted code, with specific findings and potentially suggestions for improvement.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rawgroundbeef-code-reviewer-801df4e0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402.jobs](https://www.zero.xyz/host/api.x402.jobs/llms.txt)
