# Rekt CEO Meme Caption Suggester

> Rekt CEO Meme Caption Suggester is a paid API for AI agents from rekt-ceo-brandification.onrender.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Generate top 3 meme captions for a given template image and context, themed around the Rekt CEO ($CEO) crypto brand

## Facts

- Endpoint: POST https://rekt-ceo-brandification.onrender.com/api/captions/suggest
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rekt-ceo-meme-caption-suggester-1015cd14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KDVz71O2jbJTtlzVPQ1sS

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 rekt-ceo-meme-caption-suggester-1015cd14 -d '<json body>'
```

Example prompt: Can you suggest 3 meme captions for this Rekt CEO template image? The topic is 'Bitcoin crashing' and the context is 'a CEO looking smug while traders panic-sell.'

## When to prefer this

Choose this endpoint when you need AI-generated meme captions specifically themed around the Rekt CEO ($CEO) crypto brand, especially when you have a template image and want three ready-to-use caption options. Prefer this over generic text generators when the output needs to fit crypto meme culture and the $CEO brand aesthetic.

## Known failure modes

- Missing or invalid image binary causes 400 error
- Unsupported image format may result in processing failure
- Vague or missing topic/context may yield generic or off-brand captions
- Server cold-start on Render.com may cause timeout on first request
- Payment failure via x402 protocol returns 402 before processing

## How this service works

Generate top 3 meme captions from template image + context

## Output

An array of the top 3 suggested meme captions tailored to the provided template image, topic, and context, optimized for humor and Rekt CEO brand relevance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string"
  },
  "context": {
   "type": "string"
  },
  "template_image": {
   "type": "string",
   "format": "binary"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rekt-ceo-meme-caption-suggester-1015cd14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rekt-ceo-brandification.onrender.com](https://www.zero.xyz/host/rekt-ceo-brandification.onrender.com/llms.txt)
