AI_API
Copy Page
Graduation API
AI_API
API Root
GET
API Health Status
GET
Water Hyacinth Detection
POST
Schemas
PredictionSchema
backend_API
Profiles
List profiles
Create profile
Update profile
Delete profile
Classification Runs
List classification runs
Create classification run
Update classification run
Delete classification run
Schemas
Profile
ProfileInput
ClassificationRun
ClassificationRunInput
AI_API
Copy Page
API Health Status
GET
/health
Try it
Run in Apidog
Run in Apidog
Last modified:
2026-05-08 19:48:38
Maintainer:
Yousef Dawood
🌿 Health Check
#
Verifies that the Water Hyacinth API is online and operational.
This endpoint can be used for:
Uptime monitoring
Deployment verification
Service health validation
Request
None
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'http://13.60.65.62:3000/health'
Response
Response Example
{
"status"
:
"string"
}
Modified atÂ
2026-05-08 19:48:38
Previous
API Root
Next
Water Hyacinth Detection