# JarvisClaw AI Edits API

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

Applies AI-powered text edits or instruction-based transformations to an input string via an OpenAI-compatible edits endpoint, billed per call in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/edits
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-edits-api-59068b29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DCR6WXsNwXzqC6N8o1_xo

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-ai-edits-api-59068b29
```

Example prompt: Can you rewrite this paragraph to sound more professional and concise: 'We really want to make sure that all of our customers are totally happy with what we sell and if they are not we will fix it'?

## When to prefer this

Choose this endpoint when you need a pay-per-call, OpenAI-compatible text editing API settled in USDC on Base or Solana — ideal for agents that require crypto-native micropayment billing without subscription commitments. Prefer it over hosted OpenAI directly when you want blockchain-settled payments or are operating in a Web3/x402-compatible stack.

## Known failure modes

- Missing or empty input field returns a 400 validation error
- Insufficient USDC balance or failed x402 payment causes a 402 Payment Required response
- Ambiguous or conflicting edit instructions may produce unexpected output
- Rate limiting or gateway overload returns a 429 or 503 error
- Very long input strings may be truncated or rejected if they exceed model context limits

## 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 an AI-generated edited version of the input text, applying the requested transformation or instruction. The response follows OpenAI-compatible formatting, delivering the revised text as a completion or choices object.

## 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-ai-edits-api-59068b29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
