Health check

GET
/health
curl https://api.bytekit.com/health \
  -H "Authorization: Bearer sk_live_your_api_key_here"

Service is healthy.

{
  "status": "ok"
}