# Download Rendered ASCII Glyph Video (MP4)

> Download Rendered ASCII Glyph Video (MP4) is a paid API for AI agents from eg-pie-zero-ascii-glyph-video.hf.space, paid per call via MPP, price unknown, status unknown (last checked 2026-09-14).

Downloads a previously rendered ASCII glyph animation MP4 file using a token and glyph ID from the render step.

## Facts

- Endpoint: GET https://eg-pie-zero-ascii-glyph-video.hf.space/v1/glyph-bundle/{glyphId}
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: eg-pie-zero-ascii-glyph-video.hf.space
- Website: https://eg-pie-zero-ascii-glyph-video.hf.space
- Canonical page: https://www.zero.xyz/c/eg-pie-zero-ascii-glyph-video-hf-space-download-rendered-ascii-glyph-5847235c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WjZLuF2KHcCTIyelZc80C

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 eg-pie-zero-ascii-glyph-video-hf-space-download-rendered-ascii-glyph-5847235c
```

Example prompt: Download the finished ASCII glyph animation MP4 — the glyph ID is abc123 and here's the token from when we rendered it: tok_xyz789.

## When to prefer this

Use this endpoint after calling /v1/ascii-glyph-video to render a video — this is the retrieval step in the two-step render-then-download flow. Choose this when you have a valid glyphId and token from the render step and need to obtain the actual MP4 file. Do not use this to initiate a render; it only retrieves an already-rendered output within its 24-hour TTL window.

## Known failure modes

- Token expired (>24h TTL): 401 or 403 error indicating the token is no longer valid
- Invalid or mismatched token/glyphId: authentication or not-found error
- GlyphId does not exist: 404 not found if the render job ID is wrong
- Render not yet complete: may return 404 or processing status if called too early
- Network timeout on large file download

## How this service works

Free download endpoint. Requires the token returned by /v1/ascii-glyph-video. 24h TTL.

## Output

Returns the rendered MP4 binary file containing the Speakeasy-style ASCII glyph animation. The file is available for 24 hours after rendering (TTL). The agent receives a downloadable MP4 video where each frame's luminance has been converted to a character grid animation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "glyphId",
  "token"
 ],
 "properties": {
  "token": {
   "type": "string"
  },
  "glyphId": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eg-pie-zero-ascii-glyph-video-hf-space-download-rendered-ascii-glyph-5847235c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from eg-pie-zero-ascii-glyph-video.hf.space](https://www.zero.xyz/host/eg-pie-zero-ascii-glyph-video.hf.space/llms.txt)
