# JarvisClaw Image Edit API

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

Edits or modifies an existing image using AI models via an OpenAI-compatible endpoint, paid per call in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/images/edits
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-image-edit-api-ac6e51d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GBJEhKFhG5rRqRMpuiUMz

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-edit-api-ac6e51d2
```

Example prompt: Take this product photo and remove the cluttered background, replacing it with a clean white studio background — use AI image editing to make it look professionally shot.

## When to prefer this

Choose this endpoint when you need to programmatically edit or modify existing images using natural language instructions and want pay-per-call pricing in USDC with no subscription, especially when OpenAI API compatibility is needed and crypto-native payment settlement on Base or Solana is preferred.

## Known failure modes

- Invalid or missing image input returns a 400 error
- Payment not settled in USDC results in a 402 Payment Required response
- Unsupported image format or size causes rejection
- Model routing failure if no suitable backend model is available
- Prompt violates content policy and is rejected by the underlying model
- Network timeout on large image processing

## 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 edited version of the input image, typically as a URL or base64-encoded image data, reflecting the requested modifications made by the underlying AI model.

## 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-edit-api-ac6e51d2/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)
