Skip to main content
GET
/
health
Check API Health
curl --request GET \
  --url https://nitro-script-api.nitrorx.ai/health
{
  "message": "The service is up and running..."
}

Response

200 - application/json

The service is running

message
string
Example:

"The service is up and running..."