Unauthenticated health check for the OCR service.
curl --request GET \
--url https://api.case.dev/ocr/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "ocr"
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/ocr/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "ocr"
}