# MiniChan Product Photo Analyzer

> MiniChan Product Photo Analyzer is a paid API for AI agents from minichan.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Analyzes a product photo using NVIDIA NIM MiniMax-M3 (428B MoE) vision model and returns detailed product description, attributes, and insights

## Facts

- Endpoint: POST https://minichan.vercel.app/api/product-photo
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minichan-product-photo-analyzer-edc57427
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__7hES0lj9Fn6601uly7Dt

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-product-photo-analyzer-edc57427 -d '<json body>'
```

Example prompt: Can you analyze this product photo and tell me what it shows — including key features, colors, and anything notable about it? Here's the image: https://example.com/product-shot.jpg

## When to prefer this

Choose this endpoint when you need to analyze or describe a product image using a large multimodal model (428B MoE) with strong vision capabilities. Ideal for e-commerce product enrichment, automated catalog description, or any workflow where you need AI-powered visual understanding of product photography. Pay-per-call at $0.15 USDC via x402 makes it suitable for on-demand use without subscription overhead.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL points to a non-image file causing processing failure
- Image too large or unsupported format may cause timeout or rejection
- Payment failure (insufficient USDC) blocks the request via x402 protocol
- Network timeout if the image URL is slow to load

## 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 AI-generated analysis of the product image, including visual description, identified product attributes, features, and potentially marketing-relevant insights derived from the photo.

## 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-product-photo-analyzer-edc57427/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)
