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

# Health



## OpenAPI

````yaml https://synthmed.up.railway.app/openapi.json get /api/health
openapi: 3.1.0
info:
  title: Cohort Augmentation Platform API
  description: DuckDB-backed API for synthetic cohort analytics and chat.
  version: 0.1.0
servers: []
security: []
paths:
  /api/health:
    get:
      summary: Health
      operationId: health_api_health_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````