# Health API

The health API can be called to confirm the overall availability of the API service.

## Get API Health

<mark style="color:blue;">`GET`</mark> `https://data.spiceai.io/health`

This endpoint gets the health of the API.

{% tabs %}
{% tab title="200: OK The API is healthy." %}

```javascript
ok
```

{% endtab %}
{% endtabs %}
