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

# Get Health Status



## OpenAPI

````yaml /api-reference/openapi.json get /health
openapi: 3.1.0
info:
  title: Plotweaver AI Voice API
  version: 0.1.0
servers:
  - url: https://voice.plotweaver.app
    description: Staging Server
security: []
paths:
  /health:
    get:
      summary: Get Health Status
      operationId: get_health_status_health_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````