# MiniChan Meme Read — AI Meme Image Analysis

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

Analyzes an image URL to extract and interpret meme content, text, humor, and cultural context using NVIDIA NIM MiniMax-M3 vision AI

## Facts

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

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-5447d9a2 -d '<json body>'
```

Example prompt: Can you analyze this meme image and tell me what it says and what the joke is? Here's the URL: https://i.imgflip.com/7example.jpg

## When to prefer this

Choose this endpoint when you need multimodal AI vision analysis specifically tuned for meme content — reading text overlaid on images, understanding internet humor conventions, and interpreting cultural references. Prefer this over generic OCR when context and humor interpretation matter, not just raw text extraction. Best for agents building meme moderation, social media analytics, or content understanding pipelines that need to pay per call with USDC on Base.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Non-meme images may be analyzed but without meme-specific context
- Very large image files may time out or fail to load
- Obscure or extremely niche memes may be misinterpreted
- Payment failure via x402/USDC will block the request

## 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

A structured object containing the AI's analysis of the meme image, typically including extracted text, interpretation of the humor or message, identification of meme format or template, cultural context, and an overall description of what the meme conveys.

## 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-5447d9a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app-minichwaan.vercel.app](https://www.zero.xyz/host/app-minichwaan.vercel.app/llms.txt)
