# GetDigitalCraft Pinterest Pin Renderer

> GetDigitalCraft Pinterest Pin 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-15).

Renders a styled 1000x1500 Pinterest pin as a raw PNG with exact typography, headline, bullet points, CTA, and color customization.

## Facts

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

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-pinterest-pin-renderer-ed996f21 -d '<json body>'
```

Example prompt: Create a Pinterest pin with a white background, dark ink, coral accent, the kicker 'Recipe Round-Up', the headline 'Easy 30-Minute Dinners\nYour Family Will Love', three bullets: 'No complicated prep', 'Budget-friendly ingredients', 'Ready in half an hour', and a CTA that says 'Get the recipes'.

## When to prefer this

Choose this endpoint when you need a Pinterest-format (1000x1500) image with guaranteed typographic accuracy — e.g. exact brand copy, product names, or multi-line headlines that must not be misrendered. Unlike diffusion-based image generators, this service renders text programmatically so every character appears exactly as supplied. Prefer this over AI image generators (Stable Diffusion, DALL-E, Midjourney) for any use case where readable, accurate text is essential in the final graphic.

## Known failure modes

- Missing required fields (e.g. no headline) may result in a 400 error or blank text region
- Invalid color strings for bg/ink/accent may cause rendering errors or fallback to defaults
- Very long headline or bullet text may overflow the canvas layout
- Network timeout if the rendering service is cold-starting on Google Cloud Run
- Payment failure via x402 protocol if USDC balance is insufficient ($0.03 required per call)

## How this service works

Render a Pinterest pin (1000x1500) 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 1000x1500 PNG bytes, not JSON.

## Output

Returns raw binary PNG image data at exactly 1000x1500 pixels. The response body is the PNG file bytes (not JSON), ready to save as a .png file or pass directly to an image upload endpoint. Text in the image is rendered with exact fidelity — no garbling or hallucinated characters as can occur with diffusion-based image generators.

## 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-pinterest-pin-renderer-ed996f21/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)
