Skip to main content
Eden Documentation home page
Search...
⌘K
Support
Eden App
Eden App
Search...
Navigation
API documentation
Introduction
Guides
Tools
Integrations
API reference
API documentation
Introduction
API Reference
API Keys
Manna
Tasks
Tools
User
On this page
Overview
Authentication
API documentation
Introduction
Copy page
Eden API Reference
Copy page
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.
Copy
"security"
: [
{
"x-api-key"
: []
}
]
List API Keys
⌘I