Skip to main content
GET
/
ocr-health
Check OCR service health
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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OCR service is healthy

success
boolean
data
object