Edit in GitHubLog an issue

Using these guides

Review this page to get oriented before starting with the API guides. You'll learn about prerequisites, code samples, and how to set up your environment for working with the Photoshop API.

Overview

The code snippets and example implementations throughout these guides are using one of our sample PSD files. Feel free to download and use it for testing.

You'll need to have this file stored in accepted external storage. For more information on storage options, refer to the File Storage documentation.

Before you start

For each of these examples to run, you first need to get your Bearer token and API key. You'll find these in the Getting Started section.

For ease of use, you can export your token and API key before running the examples:

Copied to your clipboard
export token="<your_token>"
Copied to your clipboard
export apiKey="<your_api_key>"

Working with code samples

Code samples in these guides include:

  • Complete cURL commands with proper headers
  • Example request payloads
  • Expected response formats

Make sure to replace placeholder values with your actual credentials and file URLs before running any examples.

Next steps

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