OCR API Documentation

InkScan API docs

Use InkScan to turn handwriting, cursive, and scanned documents into structured text. Start with the hosted web tool, then move into API workflows when you need automation or batch recognition.

Quickstart

Send your first handwriting OCR request in under 2 minutes with curl, Python, or Node.js.

API Reference

Full endpoint documentation with request/response schemas, parameters, and examples.

Core endpoints

POST /v1/recognize — single image (sync)
POST /v1/jobs — PDF & batch (async)
GET /v1/jobs/:id — poll job status