GET
/
v1
/
storage
/
health
curl -X GET https://api.verbalisai.com/v1/storage/health
{
  "success": true,
  "message": "R2 storage service is operational",
  "timestamp": "2024-01-15T10:30:00Z",
  "service": "Cloudflare R2",
  "status": "healthy"
}

Check if the R2 storage service is operational and accessible.

This endpoint does not require authentication and can be used for monitoring.

curl -X GET https://api.verbalisai.com/v1/storage/health
{
  "success": true,
  "message": "R2 storage service is operational",
  "timestamp": "2024-01-15T10:30:00Z",
  "service": "Cloudflare R2",
  "status": "healthy"
}

Response Fields

success
boolean

Indicates if the health check passed

message
string

Human-readable status message

timestamp
string

ISO timestamp of the health check

service
string

Storage service provider name

status
string

Service health status