# JarvisClaw Moderations API

> JarvisClaw Moderations API is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Classifies text content for policy violations, hate speech, and harmful material using OpenAI-compatible moderation, paid per call via USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/moderations
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-moderations-api-609f9d65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ylw8ebpzlwksUC1vm4kGx

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 jarvisclaw-moderations-api-609f9d65
```

Example prompt: Can you run a moderation check on this user comment before we post it: 'You should all just disappear and stop wasting oxygen' — I need to know if it violates content policy.

## When to prefer this

Choose this endpoint when you need an OpenAI-compatible moderation API with pay-per-call USDC micropayment settlement on Base or Solana — especially useful for agents operating in crypto-native or Web3 environments where subscription billing is impractical. Prefer over the native OpenAI moderation endpoint when you want on-chain payment settlement, usage-based billing without a monthly commitment, or smart routing across providers.

## Known failure modes

- Empty or missing input string returns a 400 validation error
- Payment failure via x402 (insufficient USDC balance) returns a 402 Payment Required response
- Upstream model unavailability may cause 503 or timeout errors
- Input exceeding token limits may be truncated or rejected
- Invalid API key or authentication failure returns 401

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns a moderation result object indicating whether the input text was flagged, along with per-category scores and boolean flags covering categories such as hate speech, harassment, self-harm, sexual content, and violence — following the OpenAI moderation response format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-moderations-api-609f9d65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
