# The Stall Vision Analyze — AI Image Analysis via x402

> The Stall Vision Analyze — AI Image Analysis via x402 is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Analyzes a publicly accessible image URL using OpenAI vision in one of six modes: describe, OCR, chart, UI, identify, or Q&A — paid per call in USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/vision-analyze
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Success rate: 0% of calls made through Zero
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-vision-analyze-ai-image-analysis-via-x402-3588e132
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_otP4R2t1MRM2ffTDC4uFP

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 the-stall-vision-analyze-ai-image-analysis-via-x402-3588e132
```

Example prompt: Look at this product screenshot for me — https://example.com/screenshot.png — and tell me what UI elements are on the page; use high detail mode.

## When to prefer this

Use this endpoint when you need to understand, extract, or answer questions about the content of a publicly accessible image — especially when you want zero-setup API-key-free access paid per-call in USDC. Choose mode=ocr for text extraction, mode=chart for data/graph images, mode=ui for interface screenshots, mode=qa for targeted factual questions, and mode=describe for general scene understanding.

## Known failure modes

- Image URL is not publicly accessible or returns a non-image content-type — returns an error indicating invalid or inaccessible image
- Image exceeds 20MB file size limit — returns file-too-large error
- mode=qa used without a 'question' parameter — returns parameter validation error
- Image content violates content policy — returns moderation refusal
- Network timeout fetching the remote image URL — returns fetch error

## How this service works

Analyze any image URL using GPT-4o-mini vision. Returns structured analysis based on the mode: describe (full description), ocr (text extraction), chart (data/trend extraction), ui (interface analysis), identify (object/subject ID), or qa (answer a specific question about the image). Input must be a publicly accessible image URL (JPEG, PNG, GIF, WebP). $0.050/call.

## Output

Returns an AI-generated analysis of the image in the requested mode: a full scene description, extracted text (OCR), structured chart data, UI element breakdown, object/subject identification, or a direct answer to a specific question about the image.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "url": "https://www.w3schools.com/css/img_5terre.jpg",
   "mode": "describe",
   "detail": "auto"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-vision-analyze-ai-image-analysis-via-x402-3588e132/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
