curl --request GET \
--url https://deepface-cyybxg.fly.dev/readiness{
"status": "ready",
"ready": true,
"warming": true,
"warmed_models": [
"<string>"
],
"warmed_detectors": [
"<string>"
],
"error": "<string>",
"warmed_at": "2023-11-07T05:31:56Z"
}Proxies the model service readiness state. This route is intended for health checks and warmup visibility and does not require authentication.
curl --request GET \
--url https://deepface-cyybxg.fly.dev/readiness{
"status": "ready",
"ready": true,
"warming": true,
"warmed_models": [
"<string>"
],
"warmed_detectors": [
"<string>"
],
"error": "<string>",
"warmed_at": "2023-11-07T05:31:56Z"
}