Edit in GitHubLog an issue

How to get your developer credentials

Before using the Libraries API you'll need to get your developer credentials.

Specifically, you'll need to get your Client ID (also referred to as an API Key) and Client Secret from the Adobe Developer Console.

These credentials will be used when calling the Libraries API to identify your application to Adobe and let your users make informed decisions about granting your application access to their data.

In this tutorial, we'll show you how to get your credentials from the Adobe Developer Console as well as an easy way to get your own user access token for use during development.

With your developer credentials in hand, you'll be ready to start making API calls.

Set up your Adobe Developer Console project

Visit the Adobe Developer Console and log in with your Adobe ID (or create a free Adobe ID if you don't already have one). From there you can follow the steps in the following sections to get your developer credentials.

Create your project

For new projects on the Adobe Developer Console:

  1. After logging in, click the "Create new project" button under the Quick Start section. This will automatically create a blank project for you.
  2. Once the project is created, click "Edit project" to change the name and give it a description.
  3. Follow the steps in the "Add an API" section just below.

For existing projects on the Adobe Developer Console:

  1. Select the project that you want to use in the Adobe Developer Console.
  2. Follow the steps in the "Add an API" section just below.

Add an API to your project

  1. Click the "Add to Project" button in the upper left hand corner and select "API".
  2. Select the "Creative Cloud Libraries" card from the list and hit "Next" in the lower right hand corner.
  3. Follow the steps in the "Add an authentication method" section just below.

Add an authentication method to your project

Regardless of which authentication workflow you choose to implement for your project, the scopes required for access to CC Libraries are: openid,creative_sdk,profile,address,AdobeID,email,cc_files,cc_libraries. Make sure the scopes you provide exist in this same comma-delimited (and no spaces) string format.

  1. Select your authentication method (most projects will use OAuth 2.0 Web).

  2. Enter a Redirect URI and Redirect URI Pattern. This is the URL that your users will be redirected to after they log in.

  3. When finished, click "Save configured API".

Now you have access to your Client ID and Secret.

You'll use these credentials as part of your integration, and you can always find them again on the Adobe Developer Console.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.