🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
curl --request GET \
--url https://api.devdraft.ai/api/v0/health/public
{
"status": "ok",
"timestamp": "2023-07-01T12:00:00.000Z",
"version": "1.0.0"
}
curl --request GET \
--url https://api.devdraft.ai/api/v0/health/public
{
"status": "ok",
"timestamp": "2023-07-01T12:00:00.000Z",
"version": "1.0.0"
}
Basic service health check
The response is of type object
.