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

# Utilities

> System utilities and async operations

System utilities, health checks, and async operation tracking.

## Endpoints

<CardGroup cols={2}>
  <Card icon="heart-pulse" title="Health Check" href="/api-reference/utilities/health_check">
    Check API status
  </Card>

  <Card icon="clock" title="Async Response" href="/api-reference/utilities/get_async_response">
    Poll async operation status
  </Card>

  <Card icon="message-circle" title="Chat" href="/api-reference/utilities/create_chat">
    Interactive chat interface
  </Card>
</CardGroup>
