Documentation is currently under development. Some sections may be incomplete or subject to change.
cURL
curl --request GET \ --url https://nanostudio.cloud/api/ocr-health \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "status": "<string>", "version": "<string>", "supportedLanguages": [ "<string>" ], "uptime": 123 } }
Check OCR service availability and status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OCR service is healthy
Show child attributes