# MiniChan Screenshot Analyze — NVIDIA NIM Vision Endpoint

> MiniChan Screenshot Analyze — NVIDIA NIM Vision Endpoint is a paid API for AI agents from minichan.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 AI and returns a detailed description or analysis of its contents

## Facts

- Endpoint: POST https://minichan.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-endpoint-ca3a345c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fI-pyBkHNNHj4VIQjwjZ1

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-endpoint-ca3a345c -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need powerful multimodal vision analysis backed by NVIDIA NIM's MiniMax-M3 428B MoE model, especially when you want pay-per-call pricing in USDC via x402 rather than a subscription, and when you need to analyze screenshots or images from publicly accessible URLs.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL points to unsupported format (non-image content)
- Payment failure via x402/USDC results in 402 Payment Required
- Image too large or download timeout causes failure
- Model unable to process certain image types or corrupted files

## 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 JSON response containing a detailed textual analysis of the provided image, including descriptions of visual content, text found in the image, objects, scenes, or any other relevant information extracted by the MiniMax-M3 428B multimodal 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-endpoint-ca3a345c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minichan.vercel.app](https://www.zero.xyz/host/minichan.vercel.app/llms.txt)
