> For the complete documentation index, see [llms.txt](https://help.aximo.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aximo.autify.com/api-reference-ja/health.md).

# Health

Check application availability.

## Health check

> Returns \`200 OK\` when the application is up. No authentication required.

```json
{"openapi":"3.0.3","info":{"title":"Aximo API","version":"1.0.0"},"tags":[{"name":"Health","description":"Check application availability."}],"servers":[{"url":"/","description":"Current environment"}],"security":[],"paths":{"/api/health":{"get":{"operationId":"getHealth","summary":"Health check","description":"Returns `200 OK` when the application is up. No authentication required.","tags":["Health"],"responses":{"200":{"description":"Application is healthy."}}}}}}
```
