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

Documentation Index

Fetch the complete documentation index at: https://docs.gildea.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Authorizations

X-API-Key
string
header
required

API key for authentication. Include in every request as X-API-Key: gld_your_key_here.

Response

200 - application/json

Successful Response

status
string
required

Service status.

Example:

"ok"

version
string
required

API version string.

Example:

"0.1.0"