# Rekt CEO Meme Brandifier – Rate Session

> Rekt CEO Meme Brandifier – Rate Session 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-14).

Submit a Like, Dislike, or Neutral rating for a completed meme brandification session

## Facts

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

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-rate-session-d8429463 -d '<json body>'
```

Example prompt: Submit a 'Like' rating for my Rekt CEO meme brandification session with ID abc123-xyz.

## When to prefer this

Use this endpoint after receiving results from a Rekt CEO meme brandification session and you want to record user satisfaction. It is the dedicated feedback/rating endpoint for that platform and is the correct choice when you need to persist a Like, Dislike, or Neutral reaction to a specific session result — not for generating, uploading, or retrieving meme content.

## Known failure modes

- Invalid or missing sessionId returns an error response
- Rating value not in the allowed enum (Like, Dislike, Neutral) causes a validation error
- Attempting to rate a session that does not exist or has expired returns a failure
- Payment not attached or insufficient USDC may result in a 402 payment required response

## 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 with a 'success' boolean confirming the rating was recorded, plus the updated 'session' object reflecting the submitted rating.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "rating",
  "sessionId"
 ],
 "properties": {
  "rating": {
   "enum": [
    "Like",
    "Dislike",
    "Neutral"
   ],
   "type": "string"
  },
  "sessionId": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success",
  "session"
 ],
 "properties": {
  "session": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

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