Skip to main content

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.

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.

Authentication

All API endpoints are authenticated using API keys and picked up from the specification file.
"security": [
  {
    "x-api-key": []
  }
]