Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://integration.smartpng.com/api/health
{
  "status": "healthy",
  "service": "IntegrationCompressFunction"
}

Overview

Use this endpoint for uptime checks, smoke tests, and basic monitoring.

Notes

  • No API key is required.
  • This endpoint confirms service availability only.
  • It does not validate API keys or billing state.

Response

200 - application/json

Service is healthy

status
enum<string>
required
Available options:
healthy
Example:

"healthy"

service
string
required
Example:

"IntegrationCompressFunction"