Unauthenticated health check for the LLM service.
curl --request GET \
--url https://api.case.dev/llm/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "llm"
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/llm/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "llm"
}