> ## Documentation Index
> Fetch the complete documentation index at: https://docs.terang.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check



## OpenAPI

````yaml api-reference/openapi.json GET /health
openapi: 3.1.0
info:
  description: Centralized API Gateway for Terang AI services
  title: Terang AI Core API
  version: 1.0.0
servers:
  - description: Production
    url: https://api.terang.ai
  - description: Development
    url: https://api.dev.terang.ai
security: []
paths:
  /health:
    get:
      tags:
        - System
      summary: Health Check
      operationId: healthCheck
      responses:
        '200':
          description: Service is healthy

````