# MiniChan Product Photo Analyzer

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

Analyzes a product image URL using NVIDIA NIM MiniMax-M3 (428B MoE) and returns AI-generated insights about the product depicted

## Facts

- Endpoint: POST https://app-minichwaan.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-a3e61cad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_loO82AsWffsuH6ELIRlzx

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

Example prompt: Can you analyze this product photo and tell me what it shows — here's the image URL: https://example.com/product-shoe-123.jpg

## When to prefer this

Choose this endpoint when you need multimodal AI vision analysis of a product image and want to pay per-call with USDC on Base via x402 without a subscription. It is backed by the large MiniMax-M3 428B MoE model, making it suitable for nuanced product understanding tasks. Prefer this over generic vision APIs when you need pay-as-you-go crypto payment compatibility and are already using the MiniChan suite of endpoints.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Image URL pointing to non-image content causes analysis failure
- Payment failure via x402/USDC results in 402 response
- Unsupported image format or corrupt image may cause processing error
- Very low-resolution or unclear images may yield poor or 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

A JSON object containing AI-generated analysis of the product image, likely including product description, identified attributes, visual characteristics, and potentially tags or category suggestions based on what the MiniMax-M3 vision model perceives in the image.

## 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-a3e61cad/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)
