# WithZero Pixel Art Sprite Sheet Release (via ZeroClick)

> WithZero Pixel Art Sprite Sheet Release (via ZeroClick) 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).

Publishes a sprite sheet release from an existing pixel art canvas by canvas ID, packaging sprites for export or distribution.

## Facts

- Endpoint: POST https://agents.withzero.xyz/api/v1/pixelart/canvas/%7Bid%7D/sprite-sheet-releases
- 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-sprite-sheet-release-via-zeroclick-ab5a058c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_goHNLLec80gIQ1muqVoRI

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-sprite-sheet-release-via-zeroclick-ab5a058c -d '<json body>'
```

Example prompt: Take my pixel art canvas (ID: abc123) and publish a new sprite sheet release from it so I can use the sprites in my game.

## When to prefer this

Use this endpoint when you have an existing pixel art canvas on WithZero and need to publish or release its sprite sheet for use in games or other applications. Prefer this over manual export when you need automated, pay-per-use sprite sheet packaging without setting up vendor accounts.

## Known failure modes

- Canvas ID not found or invalid — 404 or error response
- Malformed request body (wrong bodyType or missing required fields) — 400 validation error
- Insufficient payment or payment failure via ZeroClick — 402 Payment Required
- Canvas has no sprites or is in an invalid state for release — business logic error
- Network or proxy timeout from WithZero backend — 5xx error

## 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 sprite sheet release record, likely including a hosted URL for the packaged sprite sheet, release metadata, and confirmation of the published asset. Cost is $0.02 USDC per call via ZeroClick pay-per-use proxy.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/withzero-pixel-art-sprite-sheet-release-via-zeroclick-ab5a058c/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)
