# MiniChan Meme Read — AI Meme Image Analysis

> MiniChan Meme Read — AI Meme Image Analysis is a paid API for AI agents from minizzzan.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Analyzes an image URL to read and interpret meme content using NVIDIA NIM MiniMax-M3 vision capabilities

## Facts

- Endpoint: POST https://minizzzan.vercel.app/api/meme-read
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-meme-read-ai-meme-image-analysis-7f2fa32a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cCEO7aXO4PpwZhBVyiSkR

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 minichan-meme-read-ai-meme-image-analysis-7f2fa32a -d '<json body>'
```

Example prompt: Can you read and explain this meme for me? Here's the image URL: https://i.imgur.com/example.jpg — I want to know what it says, what the joke is, and what cultural reference it's making.

## When to prefer this

Choose this endpoint when you need to understand, interpret, or extract meaning from internet meme images, including text overlay, cultural references, and visual humor context. It leverages a large multimodal model (428B MoE) suited for nuanced image+culture understanding.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL pointing to non-image content fails to analyze
- Rate limiting or payment failure returns 402 or 429 status
- Very low resolution or corrupted images may produce poor analysis
- Private or auth-gated image URLs cannot be fetched

## How this service works

NVIDIA NIM MiniMax-M3 (428B MoE) powered API for AI agents. 15 multimodal endpoints — text, vision, code, reasoning, creative. Pay with USDC on Base via x402.

## Output

Returns a structured object containing the AI's analysis of the meme image, including extracted text, interpretation of visual elements, the joke or cultural reference, and overall meaning of the meme content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "image_url"
 ],
 "properties": {
  "image_url": {
   "type": "string",
   "description": "URL of the image to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minichan-meme-read-ai-meme-image-analysis-7f2fa32a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minizzzan.vercel.app](https://www.zero.xyz/host/minizzzan.vercel.app/llms.txt)
