# WithZero Pixel Art Canvas Animate

> WithZero Pixel Art Canvas Animate is a paid API for AI agents from agents.withzero.xyz, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-13).

Animates an existing pixel art canvas by ID, generating motion or animation frames from a static pixel art image.

## Facts

- Endpoint: POST https://agents.withzero.xyz/api/v1/pixelart/canvas/%7Bid%7D/animate
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/withzero-pixel-art-canvas-animate-fe485ba6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3pa2c6FnBw5ZKmwAD6XI

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 withzero-pixel-art-canvas-animate-fe485ba6 -d '<json body>'
```

Example prompt: Take my pixel art canvas (ID: abc123) and animate it — I want it to have a walking cycle motion.

## When to prefer this

Choose this endpoint when you already have an existing pixel art canvas created via WithZero and want to add animation or motion to it. It is specifically designed for animating pixel art (not raster photos, vector graphics, or other media types), and requires a canvas ID from a prior creation step.

## Known failure modes

- Canvas ID not found — returns 404 if the specified canvas does not exist
- Invalid or malformed request body — returns 400 if required fields are missing or bodyType is incorrect
- Insufficient payment — returns 402 if USDC payment is not provided or underfunded
- Timeout or generation failure — returns 500 if the animation engine fails to process the canvas

## How this service works

Create media, research companies and people, publish to the web, remember context, deploy apps, and schedule work—on demand, without vendor accounts or API keys. This server is a pay-per-use, transparent proxy in front of WithZero's own API: ZeroClick handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

Returns an animated version of the specified pixel art canvas, likely as an animated image file or a URL to the rendered animation output.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/withzero-pixel-art-canvas-animate-fe485ba6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.withzero.xyz](https://www.zero.xyz/host/agents.withzero.xyz/llms.txt)
