# The Stall Meme Generator

> The Stall Meme Generator is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.039/call, status unknown (last checked 2026-09-15).

Generates memes on demand, paid per-call with USDC on Base mainnet via x402 protocol

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/meme-generator
- Price: $0.039/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-meme-generator-00e90c8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zjGM9pkzuXWAkh_U3nQiS

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 the-stall-meme-generator-00e90c8f
```

Example prompt: Generate a meme for me — use the classic 'distracted boyfriend' format with the top text 'AI agents' and bottom text 'paying $0.005 per call instead of managing API keys'.

## When to prefer this

Choose this endpoint when you need on-demand meme generation without account registration or API key management, and can pay $0.005 USDC per call on Base mainnet. Ideal for AI agents that need quick creative media generation with micropayment-based access.

## Known failure modes

- Missing required parameters returns an error response
- Insufficient USDC payment or failed x402 transaction results in 402 Payment Required
- Invalid template or caption format may return a generation error
- Network or Base mainnet payment processing delay may cause timeout

## How this service works

Generate a meme image URL from text. Provide text_top and text_bottom (the two lines of the meme), and optionally a template name. If no template is given, supply a topic keyword and a fitting template will be chosen automatically. Returns a direct image URL you can embed in messages, posts, or web pages. 211 templates available including drake, doge, distracted, buzz, fry, success, gru, oprah, and more. Free upstream: memegen.link (no API key, unlimited requests). Common agent use cases: socia

## Output

Returns a generated meme image or media content based on the provided template and caption parameters, delivered as a response payload after USDC micropayment on Base mainnet.

## Example request

```json
{
 "required": "meme_template",
 "properties": "text_overlay"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-meme-generator-00e90c8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
