General
Health Check
Check the health and status of the API service.
get/v1/health
Response
Service is healthy
Example response
{
"status": "ok",
"timestamp": "2024-01-15T10:30:00Z",
"checks": {
"database": true,
"storage": true,
"conversion": true
}
}