Skip to main content
GET
/
v1
/
health
curl "https://api.gildea.ai/v1/health"
{
  "status": "ok",
  "version": "0.1.0"
}
No authentication required.
curl "https://api.gildea.ai/v1/health"
{
  "status": "ok",
  "version": "0.1.0"
}

Response

200 - application/json

Successful Response

status
string
required

Service status.

Example:

"ok"

version
string
required

API version string.

Example:

"0.1.0"