cURL
curl --request GET \ --url https://api.futureagi.com/health/
{ "status": true, "result": "Server is up and running" }
Returns 200 status when server is up and running. No authentication required.
Server is healthy and running
Status of the request
true
Health status message
"Server is up and running"
Was this page helpful?