# GRAWWWW Character Video Render

> GRAWWWW Character Video Render is a paid API for AI agents from grawwww.xyz, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Generates a character-led video or image using user-supplied reference media (audio, images, videos) via an async render job

## Facts

- Endpoint: POST https://grawwww.xyz/api/render/character-video
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/grawwww-character-video-render-8d28ac9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rtbWBqIX9kmYS4PtjuzFe

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 grawwww-character-video-render-8d28ac9b -d '<json body>'
```

Example prompt: Use GRAWWWW to render a new character video — here are my reference images of the character and a short reference video clip for style, put her in a cozy café scene.

## When to prefer this

Choose this endpoint when you need character-consistent AI-generated video or images that maintain a specific character's appearance across new scenes, driven by user-supplied reference media. It is pay-per-render ($0.99 USDC), making it ideal for on-demand, one-off creative renders without subscription commitments. Prefer this over generic text-to-video services when character fidelity from reference assets is the primary requirement.

## Known failure modes

- Missing or invalid reference media URLs causing job rejection
- Unsupported media format in reference inputs
- Payment failure due to insufficient USDC balance
- Job timeout or render failure returned via status_url polling
- Status URL returns error state instead of asset URL on completion
- Rate limiting if too many concurrent render jobs are submitted

## How this service works

An independent AI studio for character-led video and images. Your references. Your next scene. Pay per render.

## Output

Returns a JSON object with a job_id and a status_url to poll (free) until the render completes and the finished video or image asset URL becomes available. The ok field confirms the job was accepted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "reference_audios": {
   "type": "string"
  },
  "reference_images": {
   "type": "string"
  },
  "reference_videos": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "note": "Poll status_url (free) until it returns the asset URL of the finished render.",
  "job_id": "0b1c2d3e",
  "status_url": "https://grawwww.xyz/api/jobs/0b1c2d3e"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/grawwww-character-video-render-8d28ac9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from grawwww.xyz](https://www.zero.xyz/host/grawwww.xyz/llms.txt)
