API Documentation

Register, buy tokens, create an API key, and call the OCR endpoint from your own backend.

Quick Start

# 1) Create an account in the website app
# 2) Buy a token package
# 3) Create an API key in the dashboard
curl -X POST https://api.ocrspace.swiss/api/v1/ocr/process         -H "Authorization: Bearer YOUR_API_KEY"         -F "file=@document.png"         -F "languages=deu,eng"