Skip to main content
GET
/
health
/
live
Typescript (SDK)
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai";

const raijinLabsLucidAi = new RaijinLabsLucidAi();

async function run() {
  const result = await raijinLabsLucidAi.health.lucidCheckLiveness();

  console.log(result);
}

run();
{
  "status": "alive",
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

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

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Response

200 - application/json

Alive

status
string
required
Example:

"alive"

timestamp
string<date-time>
required
uptime
number
required