# StableMemes Get Meme

> StableMemes Get Meme is a paid API for AI agents from stablememes.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Generate a meme image by captioning Imgflip templates, searching 1M+ meme templates, auto-captioning, or using AI-generated captions

## Facts

- Endpoint: POST https://stablememes.dev/api/get_meme
- 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/stablememes-get-meme-794cd55f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SXivf8x1eZ9LQMCF6qyGl

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 stablememes-get-meme-794cd55f -d '<json body>'
```

Example prompt: Make me a Distracted Boyfriend meme where the boyfriend is labeled 'developers', the girlfriend is 'documentation', and the other woman is 'Stack Overflow'.

## When to prefer this

Use this endpoint when you need to generate a meme image from a known or searchable Imgflip template with custom caption text, auto-captioning, or AI-generated captions. Prefer this over generic image generation APIs when you specifically want recognizable meme formats from the Imgflip library of 1M+ templates.

## Known failure modes

- Template not found — invalid or unsupported meme template ID
- Caption text too long for the selected template
- Imgflip API rate limit or authentication failure
- AI caption generation fails or returns low-quality result
- Invalid request body missing required fields

## How this service works

Generate memes via the Imgflip API. Caption templates, search 1M+, auto-caption, and AI memes.

## Output

Returns a URL or image data for a generated meme image captioned with the provided text, built on top of Imgflip's meme template library

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "template_id": {
   "type": "string",
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablememes-get-meme-794cd55f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablememes.dev](https://www.zero.xyz/host/stablememes.dev/llms.txt)
