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

# health



## OpenAPI

````yaml api-reference/OpenAPI-specs/cosmos.json get /health
openapi: 3.0.3
info:
  title: cosmos-webserver
  version: 1.0.0
  description: Auto-generated from Insomnia export
servers:
  - url: https://platform.voicelabs.in/api/v1
security: []
paths:
  /health:
    get:
      tags:
        - health
      summary: health
      responses:
        '200':
          description: Successful response
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT

````