# CamelAI Image Resize

> CamelAI Image Resize is a paid API for AI agents from resize.camelai.io, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Resizes images to specified dimensions via a paid API endpoint

## Facts

- Endpoint: POST https://resize.camelai.io/resize
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/resize-camelai-io-c53e763d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2eFEVYUiluNEYW25FFFL6

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 resize-camelai-io-c53e763d -d '<json body>'
```

Example prompt: Can you resize this image at https://example.com/photo.jpg to 800 by 600 pixels?

## When to prefer this

Use this endpoint when you need a simple, pay-per-use image resize operation without managing your own image processing infrastructure. Suitable for low-volume, on-demand resizing tasks where paying $0.005 per resize is acceptable.

## Known failure modes

- Invalid or unreachable image URL returns an error
- Unsupported image format may cause processing failure
- Dimensions out of acceptable range may be rejected
- Payment failure (x402) if USDC balance is insufficient
- Timeout if source image is too large or slow to fetch

## Output

Returns the resized image data or a URL pointing to the processed image at the requested dimensions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/resize-camelai-io-c53e763d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from resize.camelai.io](https://www.zero.xyz/host/resize.camelai.io/llms.txt)
