Health

Check whether the ApiFinance AI public API is reachable and responding.

Use this endpoint for uptime checks, deployment validation, and basic monitoring.

Endpoint

GET /health
Test request
/health
Send a request to view the response.

Authentication

No authentication is required.

Response

Returns a simple JSON status payload when the service is healthy.

Example Request

curl "https://api.apifinance.ai/health"
{
  "status": "ok"
}