---
title: "Is Live"
method: GET
path: "/v1/system/live"
tags: ["SYSTEM MANAGEMENT"]
---

# Is Live

`GET /v1/system/live`

Check if the API is live.

This is useful for diagnosing issues with your integration. Is there a bug on your side, or are we simply down? You should not hit this endpoint very frequently as our system may flag it as abuse.

Please see also [our status page](https://status.aiornot.com/).

## Response `200`

Successful Response

- LiveStatus — Indicates that API is live.
  - `is_live` boolean

---

[API](https://skmtc.dev/aiornot/apis/aiornot-api.md) · [All operations](https://skmtc.dev/aiornot/apis/aiornot-api/llms.txt) · [OpenAPI document](https://skmtc.dev/aiornot/apis/aiornot-api/revisions/5e511404c8f9?raw)
