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

# Introduction

> A brief introduction to Hyperleap AI API

Welcome to the Hyperleap AI API documentation. This guide will help you understand how to interact with the Hyperleap AI API to create, retrieve, update, and manage AI conversations, prompts, and related resources through HTTP requests.

## Base URL

All URLs referenced in the documentation have the following base:

```
https://api.hyperleapai.com
```

## Authentication

The Hyperleap AI API uses API key authentication. When making requests, you must include your API key in the `x-hl-api-key` header:

```
x-hl-api-key: <your_api_key>
```

For more details, please refer to the [API Keys](/api-reference/api-keys) page.

## API Resources

Start integrating with Hyperleap AI API by exploring the following resources:

<CardGroup cols={2}>
  <Card title="Conversations API" icon="comments" href="/api-reference/conversations/overview">
    Create and manage AI conversations with general or persona-based
    interactions.
  </Card>

  <Card title="Prompts API" icon="terminal" href="/api-reference/prompts/overview">
    Run prompts with various streaming options for AI-powered text generation.
  </Card>

  <Card title="Capture Feedback API" icon="thumbs-up" href="/api-reference/capture-feedback/overview">
    Collect and store user feedback on AI interactions to improve quality.
  </Card>

  <Card title="Audit Report API" icon="clipboard-check" href="/api-reference/audit-report/overview">
    Retrieve detailed information about AI interactions for auditing and
    compliance.
  </Card>

  <Card title="Feedback Report API" icon="chart-bar" href="/api-reference/feedback-report/overview">
    Access aggregated feedback data to analyze user satisfaction and AI
    performance.
  </Card>

  <Card title="Moderations API" icon="shield" href="/api-reference/moderations/overview">
    Check content against moderation policies to ensure safe AI interactions.
  </Card>
</CardGroup>
