> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3.md).

# API v3

{% hint style="success" %}
**The Ellipsis Drive API address is:** <mark style="color:blue;">`https://api.ellipsis-drive.com/v3/`</mark>
{% endhint %}

***

#### Authentication

When authentication is required, include your access token as a Bearer Token in the request headers.

Tokens define scoped access to specific resources and operations, depending on how they are configured.

We recommend using OAuth for production integrations.

***

#### Core concepts

Before working with the API, it is recommended to review the [glossary](https://docs.ellipsis-drive.com/getting-started/glossary) to understand key API concepts used across Ellipsis Drive.

***

#### Explore API capabilities

Below is an overview of the main API capability areas.

:bust\_in\_silhouette: [<mark style="color:blue;">Create and manage your account</mark>](/developers/api-v3/account.md)

:busts\_in\_silhouette: [<mark style="color:blue;">Search and invite users</mark>](/developers/api-v3/users.md)

:file\_folder: [<mark style="color:blue;">Create and manage Maps & Folders</mark>](/developers/api-v3/path.md)

:map: [<mark style="color:blue;">Working with Vector Data</mark>](/developers/api-v3/path-vector.md)

:earth\_americas: [<mark style="color:blue;">Working with Raster Data</mark>](/developers/api-v3/path-raster.md)

:gear: [<mark style="color:blue;">Integrate using OGC protocols</mark>](/developers/api-v3/ogc-protocols.md)

:closed\_lock\_with\_key: [<mark style="color:blue;">OAuth Authorization</mark>](/developers/api-v3/oauth.md)

:dollar: [<mark style="color:blue;">Pricing</mark>](/developers/api-v3/ellipsis-drive-pricing.md)
