Skip to main content

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": []
  }
]
I