Skip to content

Check the health of the public API

GET
/health
Code sample: cURL
curl --request GET \
--url 'https://api.furl.ai/health'

API is healthy.

Media type application/json
object
status
required
string
Example generated
{
"status": "example"
}