# GetDigitalCraft Quote Card Renderer

> GetDigitalCraft Quote Card Renderer is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).

Renders a 1080x1080 PNG quote or testimonial card with exact, pixel-perfect typography — no AI text garbling.

## Facts

- Endpoint: POST https://x402render-u5vwpxpyua-uc.a.run.app/quote-card
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-quote-card-renderer-8d4b395a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gP6eoAYvBXjRjRI1U5fvR

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 getdigitalcraft-quote-card-renderer-8d4b395a -d '<json body>'
```

Example prompt: Create a 1080x1080 quote card PNG with the headline "The best time to plant a tree was 20 years ago.\nThe second best time is now." on a deep green background with white text and a gold accent, with the kicker 'Ancient Proverb' and a CTA of 'Share this wisdom'.

## When to prefer this

Choose this endpoint when you need pixel-perfect text rendering on a social-media-sized image card and cannot tolerate AI diffusion models garbling the typography. Ideal for programmatically generating branded quote or testimonial graphics at 1080x1080 for Instagram or other square-format channels where exact letterforms matter.

## Known failure modes

- Missing headline field returns an error response
- Invalid color hex values may cause rendering failure
- Excessively long text may overflow the card bounds
- Network timeout on the Cloud Run instance
- Payment failure via x402 protocol blocks the request

## How this service works

Render a Quote / testimonial card (1080x1080) as PNG with exact typography. The text in the output is exactly the text supplied — no garbled lettering, unlike diffusion models. Responds with the raw 1080x1080 PNG bytes, not JSON.

## Output

Raw binary PNG image data (1080x1080 pixels) with the supplied text rendered in exact typography — no JSON wrapper, directly usable as an image file. The text matches the input exactly with no diffusion-style garbling.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bg": {
   "type": "string"
  },
  "cta": {
   "type": "string"
  },
  "ink": {
   "type": "string"
  },
  "url": {
   "type": "string"
  },
  "accent": {
   "type": "string"
  },
  "kicker": {
   "type": "string"
  },
  "bullets": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "headline": {
   "type": "string",
   "description": "Main text; \\n for line breaks"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getdigitalcraft-quote-card-renderer-8d4b395a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
