# WithZero Pixel Art Canvas GIF Export

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

Exports an existing pixel art canvas as an animated GIF file by canvas ID

## Facts

- Endpoint: GET https://agents.withzero.xyz/api/v1/pixelart/canvas/%7Bid%7D/export.gif
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/withzero-pixel-art-canvas-gif-export-d11371c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JEKSUXBWt0u-gNotwJKcz

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-gif-export-d11371c2
```

Example prompt: Export my pixel art canvas with ID abc123 as an animated GIF so I can share it.

## When to prefer this

Use this endpoint when you need to export a previously created pixel art canvas from WithZero as a shareable animated GIF. Prefer this over static image exports when the canvas contains multiple animation frames. This is the right choice when the output must be a GIF format specifically, as opposed to PNG or other formats.

## Known failure modes

- Canvas ID not found or does not exist — 404 error returned
- Canvas has no animation frames to export — may return empty or single-frame GIF
- Payment not completed or insufficient funds — 402 Payment Required
- Canvas belongs to a different account — 403 Forbidden
- Canvas export still processing — may require retry

## 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 a binary animated GIF file rendered from the specified pixel art canvas, suitable for sharing or embedding in web pages, games, or social media.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/withzero-pixel-art-canvas-gif-export-d11371c2/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)
