Skip to main content
GET
/
v0
/
health
cURL
curl --request GET \
  --url https://test-api.shodai.network/v0/health
{
  "status": "ok",
  "service": "external-api",
  "timestamp": "2026-04-27T16:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.shodai.network/llms.txt

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

Response

200 - application/json

Gateway health payload.

status
string
required
Example:

"ok"

service
string
required
Example:

"external-api"

timestamp
string<date-time>
required