Skip to main content
GET
/
health
API health check
curl --request GET \
  --url https://api.deframe.io/health
"ok"

Response

200 - application/json

API is healthy

The response is of type string.

Example:

"ok"