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

# Overview

> Overview of Powerdrill Enterprise API V2 endpoints and capabilities

Powerdrill Enterprise provides a robust set of API endpoints for seamless interaction. All endpoints require authentication with your API key.

* To learn how to obtain your API key, refer to [Authentication](/api-reference/v2/authentication).

* For detailed instructions on using each endpoint, check the respective topic in this reference.

<Tip>
  This API Reference is for **Powerdrill Enterprise API V2**. If you're using API V1, please switch to the [API Reference for V1](/api-reference/overview).
</Tip>

<CardGroup cols={2}>
  <Card title="Datasets" icon="database" href="/api-reference/v2/create-dataset">
    Datasets on Powerdrill are your knowledge bases that bridging AI to your data.
  </Card>

  <Card title="Data Sources" icon="file-lines" href="/api-reference/v2/create-data-source">
    Manage your data sources with offline indexing, vector storage and retrieval.
  </Card>

  <Card title="Files" icon="upload" href="/api-reference/v2/upload-file">
    Upload your file without the need to create a data source.
  </Card>

  <Card title="Sessions" icon="comment-dots" href="/api-reference/v2/create-session">
    Create and manage your sessions to converse with your data.
  </Card>

  <Card title="Jobs" icon="bag-shopping" href="/api-reference/v2/create-job">
    Run a job to start analyzing your data.
  </Card>
</CardGroup>
