cURL
curl --request GET \ --url https://core.dev.textlayer.ai/health
{ "status": "online" }
Check the health status of the API
"online"
curl -X GET https://core.dev.textlayer.ai/v1/health
Health status
The response is of type object.
object
Was this page helpful?