# Rekt CEO Brandify Meme Template Catalog

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

Lists available Rekt CEO meme templates from the Brandify catalog, with optional filtering by query, category, and pagination

## Facts

- Endpoint: GET https://rekt-ceo-brandification.onrender.com/api/templates
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rekt-ceo-brandify-meme-template-catalog-ff2a3e6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lepjmJFDZ-p72cEMISbyl

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-brandify-meme-template-catalog-ff2a3e6b
```

Example prompt: Show me all the meme templates available in the Rekt CEO Brandify catalog — maybe filter by category 'crypto' and return the first 10 results.

## When to prefer this

Use this endpoint when you need to discover or browse what Rekt CEO meme templates exist in the Brandify catalog before generating meme captions or brandified images. It is the discovery step in a meme creation pipeline — pair it with the caption generation endpoint. Prefer this over the caption generator when the user hasn't yet chosen a specific template.

## Known failure modes

- Invalid category value returns empty or error response
- Offset exceeding total count returns empty items array
- Service unavailable on Render free-tier cold start causing timeout
- Malformed query parameter returns 400 error
- No templates matching search query returns empty array with total 0

## How this service works

List Rekt CEO meme templates from the Brandify catalog

## Output

Returns a paginated list of Rekt CEO meme templates from the Brandify catalog, including an array of template items and the total count of available templates. Each item likely includes template identifiers, names, and metadata needed for downstream meme generation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string"
      },
      "limit": {
       "type": "string"
      },
      "offset": {
       "type": "string"
      },
      "category": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "items": {
       "type": "array"
      },
      "total": {
       "type": "integer"
      }
     }
    }
   }
  }
 }
}
```

## More

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