# Image to Text Converter (OCR / Vision Description)

> Image to Text Converter (OCR / Vision Description) is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15, last successful call 2026-09-15).

Transcribes text from an image via OCR or generates a natural-language description via a vision model, with optional prompting

## Facts

- Endpoint: POST https://x402.professorsausages.com/convert/image-to-text
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-09-15
- Success rate: 17% of calls made through Zero
- Rating: 2.7 / 5 from 1 review
- Activations on Zero: 6
- Tags: x402
- Canonical page: https://www.zero.xyz/c/image-to-text-converter-ocr-vision-description-146cfb61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KZH3GLm55yFPmbQNBb4GF

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 image-to-text-converter-ocr-vision-description-146cfb61 -d '<json body>'
```

Example prompt: Can you extract all the text from this image for me? Here's the URL: https://example.com/receipt.jpg — use OCR mode and give me the plain text output.

## When to prefer this

Use this endpoint when you need to extract text from an image (OCR) or generate a natural-language description of an image via a vision model. It supports promptable vision queries, making it flexible for both pure OCR tasks and AI-driven image understanding. Prefer this over a generic OCR service when you also need descriptive or semantic image analysis in one call.

## Known failure modes

- Image URL is unreachable or returns a non-image response — extraction fails
- Image is too low resolution or blurry for reliable OCR
- Unsupported image format passed as input
- Vision model fails to interpret unusual or abstract imagery
- Missing required 'input' field returns a validation error
- Payment not fulfilled — x402 payment required error returned

## Output

Returns the extracted text transcript (OCR) or a natural-language description of the image contents, depending on the mode or prompt supplied. Output is plain text or structured text derived from the image.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/image-to-text-converter-ocr-vision-description-146cfb61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
