# MiniChan Screenshot Analyze — NVIDIA NIM Vision API

> MiniChan Screenshot Analyze — NVIDIA NIM Vision API is a paid API for AI agents from app-minichwaan.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Analyzes an image from a URL using NVIDIA NIM MiniMax-M3 (428B MoE) multimodal model and returns a detailed description or analysis of its contents

## Facts

- Endpoint: POST https://app-minichwaan.vercel.app/api/screenshot-analyze
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-screenshot-analyze-nvidia-nim-vision-api-68e7408e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t6_fSXDa0WhMzwzBIfyZT

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-screenshot-analyze-nvidia-nim-vision-api-68e7408e -d '<json body>'
```

Example prompt: Can you analyze this screenshot and tell me what's shown in it? Here's the image URL: https://example.com/screenshot.png

## When to prefer this

Choose this endpoint when you need multimodal vision analysis powered by the large 428B MoE MiniMax-M3 model via NVIDIA NIM, especially when you want pay-per-use USDC micropayments on Base via x402 rather than a subscription. It is well-suited for agent workflows that occasionally need to analyze screenshots, product images, or visual content without a recurring API subscription.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL behind authentication or paywalled content cannot be fetched
- Unsupported image format may cause processing failure
- Payment failure (insufficient USDC balance) blocks the call
- Very large or high-resolution images may timeout
- Ambiguous or low-quality images may produce vague analysis

## 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 model's analysis of the provided image, which may include a textual description of visual content, identified objects, extracted text, scene context, and other relevant details extracted from the image by the MiniMax-M3 vision model.

## 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-screenshot-analyze-nvidia-nim-vision-api-68e7408e/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)
