Health Check
Utility
Health Check
Check the health status of the API
GET
Health Check
TheDocumentation Index
Fetch the complete documentation index at: https://docs.vizapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
/health endpoint allows you to check the health status of the VizAPI.ai API. This endpoint is useful for monitoring and ensuring that the API is operational.
Request
This endpoint doesn’t require any parameters or authentication.Response
The health status of the API. Returns “healthy” when the API is operational.
Examples
Example Request
Example Response
Error Codes
| Status Code | Description |
|---|---|
| 500 | Internal Server Error - The API is experiencing issues |
| 503 | Service Unavailable - The API is temporarily unavailable |