# Rekt CEO Meme Brandifier

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

Generates AI-branded versions of meme templates using the Rekt CEO ($CEO) crypto brand identity based on user-curated creative choices

## Facts

- Endpoint: POST https://rekt-ceo-brandification.onrender.com/api/generate
- Price: $0.49/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-brandifier-f32e05b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uRQSZ6nDZkikHblD62cxU

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-brandifier-f32e05b5 -d '<json body>'
```

Example prompt: Take my curated choices from session abc123 and generate a Rekt CEO ($CEO) branded version of the meme — I want to see the final branded image URL.

## When to prefer this

Choose this endpoint when you need to generate AI-branded meme images specifically styled with the Rekt CEO ($CEO) crypto brand identity, especially when a session with user-curated creative choices has already been established. Ideal for crypto communities, token marketers, and Web3 content creators who want branded meme output rather than generic image generation.

## Known failure modes

- Missing or invalid sessionId returns an error — session must be pre-established
- Empty or malformed userCuratedChoices array may result in generation failure or generic output
- Rendering service on Render.com may experience cold-start latency or downtime
- Invalid session state (expired or unknown session) returns a not-found or unauthorized error
- Image generation engine may fail intermittently, returning no generatedImageUrl

## How this service works

AI-powered meme template brandification for the Rekt CEO ($CEO) crypto brand. Upload a meme, get creative direction, generate branded versions, and rate results.

## Output

Returns a JSON object containing the session ID, a direct URL to the AI-generated branded meme image, and the name of the AI engine that produced it.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "sessionId",
  "userCuratedChoices"
 ],
 "properties": {
  "sessionId": {
   "type": "string"
  },
  "userCuratedChoices": {
   "type": "array"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "sessionId",
  "generatedImageUrl",
  "engineUsed"
 ],
 "properties": {
  "sessionId": {
   "type": "string",
   "format": "uuid"
  },
  "engineUsed": {
   "type": "string"
  },
  "generatedImageUrl": {
   "type": "string",
   "format": "uri"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rekt-ceo-meme-brandifier-f32e05b5/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)
