---
title: "Health check"
method: GET
path: "/api/health-check/"
tags: ["health"]
---

# Health check

`GET /api/health-check/`

Check API availability. This endpoint does not require authentication.

## Response `200`

API health check passed.

- HealthApiHealthCheckResponse200
  - `message` string, required

## Other responses

- `400` — API health check failed.

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/58a2eabdccf3/schema)
