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

# Introduction

> Eden API Reference

## Overview

The Eden API is a RESTful API that allows you to interact with the Eden platform. It is designed to be easy to use and understand, and is built on top of the OpenAPI specification. It is accessible at [https://api.eden.art](https://api.eden.art).

## Authentication

All API endpoints are authenticated using API keys and picked up from the specification file.

```json theme={null}
"security": [
  {
    "x-api-key": []
  }
]
```
