GET
/
health
cURL
curl --request GET \
  --url https://core.dev.textlayer.ai/health
{
  "status": "online"
}

Health Check Endpoint

This endpoint returns the current health status of the API.

Response

{
  "status": "online"
}
The response indicates whether the API is currently operational:
  • "online": The API is functioning normally and ready to accept requests

Example Request

curl -X GET https://core.dev.textlayer.ai/v1/health

Response

200
application/json

Health status

The response is of type object.