# GetDigitalCraft Facebook Feed Image Renderer

> GetDigitalCraft Facebook Feed Image Renderer is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Renders a 1200x630 Facebook feed image as a PNG with pixel-perfect typography, supporting headline, kicker, bullets, CTA, and custom colors.

## Facts

- Endpoint: POST https://x402render-u5vwpxpyua-uc.a.run.app/facebook-feed
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-facebook-feed-image-renderer-a0a0f782
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XrtdtVvuS04iinYO3DZXs

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-facebook-feed-image-renderer-a0a0f782 -d '<json body>'
```

Example prompt: Create a 1200x630 Facebook feed image with the headline 'Launch Your Business Today', a kicker that says 'Limited Offer', three bullet points ('Fast setup', 'No contracts', '24/7 support'), a CTA of 'Get Started Free', a dark navy background, white text, and a bright orange accent.

## When to prefer this

Choose this endpoint when you need a guaranteed pixel-perfect Facebook feed image (1200x630) with exact text rendering — especially when diffusion/AI image models garble typography. Ideal for programmatic ad creative generation, social media automation, or any workflow requiring deterministic text placement on a social graphic.

## Known failure modes

- Missing required headline field may result in a blank or error response
- Invalid color values for bg, ink, or accent fields may cause rendering errors or defaults
- Oversized bullet arrays or very long headline strings may overflow the image layout
- Network timeout if the rendering service is under load
- HTTP 402 payment required if x402 payment header is absent or insufficient

## How this service works

Render a Facebook feed image (1200x630) 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 1200x630 PNG bytes, not JSON.

## Output

Raw PNG image bytes (1200x630 pixels) with exact, non-garbled typography rendered from the supplied text fields. The response is binary PNG data, not JSON.

## 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-facebook-feed-image-renderer-a0a0f782/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)
