Skip to main content
GET
Health Check
curl --request GET \
  --url https://api.zarkai.xyz/ \
  --header 'x-api-key: <api-key>'
"OK"

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - text/plain

OK

The response is of type string.

Example:

"OK"