Quick Start

Access to dozens of AI models through easy-to-use APIs.

❗️

The APIs outlined in this documentation are scheduled for deprecation in December 2026. We strongly recommend that you migrate to our New Universal API or LLM Endpoints at your earliest convenience to ensure continued service and compatibility.

Getting your API Key

Eden AI API token

Eden AI requires a Bearer authentification (also called token authentication). You can access to your API token on the homepage.

You need to write the API key in headers in this format:

{
  'Authorization':'Bearer 🔑 Your_API_Key'
}
{
    authorization: "Bearer 🔑 Your_API_Key"
}
...
-H 'content-type: application/json' \
..
🚧

Keep your token safe!

Tokens carry many privileges, so be sure to keep them secure! Do not store your secret tokens in an .env file or share them in publicly accessible areas such as GitHub, client-side code, etc.

Sandbox API token

You can also use a Sandbox API token that allows you to make free calls and get dummy responses in order to implement and debug Eden AI without consuming credits.