API-Dokumentation

Registrieren, Token kaufen, API-Key erstellen und den OCR-Endpunkt aus dem eigenen Backend aufrufen.

Schnellstart

# 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"