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

# Introduction

> Learn about the available GovWorx APIs

# APIs

The GovWorx Platform is a series of applications built for different use cases. Multiple APIs are exposed to interface with the applications.

<Columns cols={2}>
  <Card title="Data API" icon="database">
    The Data API is a traditional RESTful API exposing data such as users, training records and QA evaluations.
  </Card>

  <Card title="Realtime API" icon="phone">
    Realtime API is an event driven interface into the realtime audio, transcription and processing of 911 telephony
  </Card>
</Columns>

### Interfacing with Calls

GovWorx exposes a series of resources to retrieve and interact with realtime calls. This can be accomplished with a complimentary set of
operations.

### Webhooks

Agencies can setup subscriptions that allow integrating partners to be notified via webhook of critical events.

**Call**
Notification at start and end of a call

**Assistant Activation**
Notification when an assistant is activated on a call

### RESTful resources

In combination with the webhooks, customers can fetch calls or 'drop into' a call as a read only participant in a [LiveKit Room](https://docs.livekit.io/home/get-started/api-primitives/#room)
