Skip to main content
GET
/
health
/
Health check
curl --request GET \
  --url https://api.futureagi.com/health/
{
  "status": true,
  "result": "Server is up and running"
}

Response

Server is healthy and running

status
boolean
required

Status of the request

Example:

true

result
string
required

Health status message

Example:

"Server is up and running"