# Rekt CEO Meme Brandifier – Session Start

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

Starts a meme brandification session by uploading a meme image and receiving AI-generated creative direction for applying the Rekt CEO ($CEO) crypto brand identity

## Facts

- Endpoint: POST https://rekt-ceo-brandification.onrender.com/api/sessions/start
- Price: $0.19/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-session-start-ebd62a75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WKnRhHpG0jWYRvpBqKVVa

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-session-start-ebd62a75 -d '<json body>'
```

Example prompt: Upload this Distracted Boyfriend meme image and start a Rekt CEO brandification session — use the 'reaction' category and prioritize the text overlay as the custom target element.

## When to prefer this

Choose this endpoint when you need to initiate a structured, AI-driven meme brandification workflow specifically for the Rekt CEO ($CEO) crypto brand. It is the mandatory first step before generating actual branded image variants or rating results. Use it when you have a source meme image and want AI-powered creative direction tailored to crypto brand aesthetics rather than generic image editing.

## Known failure modes

- Missing required image field returns validation error
- Unsupported image format may cause processing failure
- Payment not included or invalid USDC amount returns 402 Payment Required
- Large image files may time out on upload
- Invalid templateId or category may produce generic or lower-quality strategy output

## 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 session ID (UUID) for the ongoing brandification workflow, the uploaded image URL, and a detailed strategy object listing brand elements (existing or new) with specific creative ideas and reasoning for how each should be modified or added to apply the Rekt CEO brand identity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image"
 ],
 "properties": {
  "image": {
   "type": "string",
   "description": "Meme image file"
  },
  "category": {
   "type": "string",
   "description": "Meme category name"
  },
  "templateId": {
   "type": "string",
   "description": "Meme template identifier"
  },
  "customTarget": {
   "type": "string",
   "description": "Optional element to prioritize for brandification"
  },
  "templateFilename": {
   "type": "string",
   "description": "Original template filename"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "sessionId",
  "imageUrl",
  "strategy"
 ],
 "properties": {
  "imageUrl": {
   "type": "string",
   "format": "uri"
  },
  "strategy": {
   "type": "object",
   "required": [
    "elements"
   ],
   "properties": {
    "elements": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "name",
       "type",
       "ideas"
      ],
      "properties": {
       "name": {
        "type": "string"
       },
       "type": {
        "enum": [
         "existing",
         "new"
        ],
        "type": "string"
       },
       "ideas": {
        "type": "array",
        "items": {
         "type": "string"
        }
       },
       "reasoning": {
        "type": "string"
       }
      }
     }
    }
   }
  },
  "sessionId": {
   "type": "string",
   "format": "uuid"
  }
 }
}
```

## More

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