Install
openclaw skills install ntriq-x402-code-review-batchBatch AI code review for up to 500 snippets. Flat $15.00 USDC via x402.
openclaw skills install ntriq-x402-code-review-batchReview up to 500 code snippets in a single call. Flat $15.00 USDC. 100% local inference on Mac Mini.
POST https://x402.ntriq.co.kr/code-review-batch
Content-Type: application/json
X-PAYMENT: <x402-payment-header>
{
"snippets": [
"eval(userInput)",
"password = 'hardcoded123'"
],
"language": "javascript",
"focus": "security"
}
| Parameter | Type | Required | Description |
|---|---|---|---|
snippets | array | ✅ | Code snippets to review (max 500) |
language | string | ❌ | Programming language (default: auto) |
focus | string | ❌ | all | security | performance | quality |
curl https://x402.ntriq.co.kr/services