GET /health endpoint lets you verify that the Dolva API is reachable and responding. It requires no authentication and returns an empty JSON object on success. Use it for uptime checks, pre-flight validation, or monitoring integrations.
Endpoint
Authentication
None required. This endpoint is publicly accessible.Response
Status:200 OKContent-Type:
application/json
200 OK
Example Request
Use Cases
- Pre-flight check — Verify connectivity before sending a batch of audio files
- Uptime monitoring — Integrate into your monitoring system (e.g., Pingdom, Datadog) to alert on API downtime
- CI/CD validation — Add a health check step to your deployment pipeline