{
  "service": "Worklove Video Worker",
  "status": "online",
  "version": "2.2.0",
  "environment": "production",
  "domain": "video.worklove.ai",
  "timestamp": "2026-05-12T13:54:58.536Z",
  "bindings": {
    "r2_bucket_prod": "✅ Available",
    "r2_bucket_dev": "✅ Available",
    "r2_bucket_selected": "✅ Active",
    "r2_public_url": "https://videos.worklove.ai",
    "bubble_api_url": "https://app.worklove.ai/api/1.1/obj",
    "bubble_api_token": "✅ Set"
  },
  "endpoints": {
    "health": "GET /?env=production or ?env=development",
    "file": "GET /{video_id}/video.mp4 or /{video_id}/thumbnail.jpg?env=production",
    "upload": "POST /?env=production (FormData: video, thumbnail, candidate_id, prompt_id, video_id, duration)",
    "delete": "DELETE /?env=production&video_id={uuid}"
  },
  "features": [
    "Multi-environment support (production/development)",
    "Video upload to R2",
    "Thumbnail upload to R2",
    "Bubble database integration",
    "UUID collision detection",
    "Duration validation",
    "Hard delete from R2",
    "Secure file serving (domain-restricted)"
  ]
}