# JarvisClaw AI Text Edits Endpoint

> JarvisClaw AI Text Edits Endpoint 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-13).

Applies AI-powered edits and transformations to input text using an OpenAI-compatible /v1/edits interface, paid per call via x402 in USDC.

## Facts

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

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-text-edits-endpoint-f307250a
```

Example prompt: Can you use JarvisClaw to edit this paragraph and make it more concise and professional: 'We are really excited to tell you about our new product which we think is going to be really great and useful for lots of people'?

## When to prefer this

Choose this endpoint when you need a pay-per-call, OpenAI-compatible text editing or revision API with crypto micropayment settlement in USDC on Base or Solana, and you want smart routing across LLM providers without managing your own API keys or subscriptions.

## Known failure modes

- Missing or empty input field returns a 400 validation error
- Payment not provided or insufficient USDC results in x402 Payment Required response
- Upstream LLM provider timeout causes 504 or delayed response
- Malformed JSON body returns 400 bad request
- Rate limit exceeded returns 429 Too Many Requests

## 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 or revised version of the submitted input text, reflecting the requested transformation or improvement. The response follows OpenAI-compatible format with the edited text in the choices array.

## 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-text-edits-endpoint-f307250a/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)
