# JarvisClaw Image Edits API

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

Edit or modify an existing image using AI via an OpenAI-compatible gateway, paid per call in USDC

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/images/edits
- 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/jarvisclaw-image-edits-api-69f6034f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q8Ie2YUc2LhH6IpV-7aZh

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-image-edits-api-69f6034f
```

Example prompt: Edit this product photo to remove the background and replace it with a clean white studio backdrop — use JarvisClaw's image edit endpoint and pay per call in USDC.

## When to prefer this

Choose this endpoint when you need an OpenAI-compatible image editing (inpainting/editing) API with pay-per-call micropayment settlement in USDC on Base or Solana, without committing to a subscription. Ideal for agents that need flexible, on-demand image editing with crypto-native payment rails and smart routing across underlying AI providers.

## Known failure modes

- Missing or malformed image input returns a 400 error
- Insufficient USDC balance or failed x402 payment results in a 402 Payment Required response
- Unsupported image format or file size too large causes a rejection
- Model routing failure at the gateway level may return a 503 or timeout
- Ambiguous or conflicting edit instructions may produce unexpected or low-quality outputs

## 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 modified or inpainted version of the submitted image based on the provided edit instruction, mask, and prompt — delivered as an image file or URL in OpenAI-compatible 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-image-edits-api-69f6034f/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)
