# Introduction

The Alphamoon REST API gives you the ability to access and manage your company's file information without using the front-end platform.

This guide includes all the **Alphamoon API endpoints** with which you can interact in order to:

* Create **processes** and **collections**
* Upload one or multiple files to a collection
* Get the **results** of the processed file
* **Export** collections
* Get the **status** of your collection
* Get the **Supervision** URL to bring up the front-end module

{% hint style="info" %}
**In a hurry?**

Start with our [Quick API Tutorial](https://alphamoon.gitbook.io/documentation/api/broken-reference) processes for an overview of the most essential actions you can take with the API.
{% endhint %}

### Base URL

```
https://workspace.alphamoon.ai/api
```

### OpenAPI

```
https://workspace.alphamoon.ai/api/v0.3/openapi.json
```

You can download the OpenAPI document using one of your favorite tools, eg. Postman or Swagger UI.

{% hint style="info" %}
**Authentication**

[Click here](https://alphamoon.gitbook.io/documentation/api/authenticating) to learn more about the authentication process.
{% endhint %}

#### See next:
