Health
curl --request GET \
--url https://api.lightdrift.ai/v1/healthimport requests
url = "https://api.lightdrift.ai/v1/health"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.lightdrift.ai/v1/health', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Health
deep=true also touches the two stateful dependencies in the query path (serving DB, Turbopuffer) without the GPU, and answers 503 if either fails — what the canary polls every few minutes without keeping the GPU container alive.
GET
/
v1
/
health
Health
curl --request GET \
--url https://api.lightdrift.ai/v1/healthimport requests
url = "https://api.lightdrift.ai/v1/health"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://api.lightdrift.ai/v1/health', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Query Parameters
Response
Successful Response