Skip to main content
GET
/
health
cURL
curl https://api.neuraldraft.io/v1/health
{
  "status": "ok",
  "version": "1.0.0",
  "uptime_s": 184523
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

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

Response

Service is up.

status
enum<string>
required
Available options:
ok
Example:

"ok"

version
string
required
Example:

"1.0.0"

uptime_s
integer
required
Example:

184523