Skip to content

Health Check API

A simple endpoint to verify that the server is running and responsive.

Endpoint

GET /health

Headers

None required

Response

Success Response:

Status Code: 200 OK

Content:

Server is running

Error Response

In case of server issues:

Status Code: 500 Internal Server Error

Content:

"error": "Error message details"