Mistral-format OCR
Use when: caller uses mistral.ocr.process (document or image to markdown pages) and wants to route through Verlon via a serverURL swap
Drop-in replacement for POST https://api.mistral.ai/v1/ocr. Send a document of type document_url or image_url; pages come back as markdown with optional extracted images, headers, and footers. Point the Mistral SDK at serverURL: "https://api.verlon.ai/mistral". Errors use the Mistral envelope. pages, image_limit, image_min_size, and the annotation formats are accepted but not forwarded.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
Mistral OCR response: pages[] with markdown, model, usage_info.

