• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Javascript with Photoshop api

New Here ,
Aug 27, 2023 Aug 27, 2023

Copy link to clipboard

Copied

Hello,

 

I just discovered the Photoshop api. Are any sample codes for calling the photoshop api with javascript? Just trying to get my head round this. Any assistance is much appreciated.

 

Thanks.

Views

144

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 28, 2023 Aug 28, 2023

Copy link to clipboard

Copied

LATEST

Hi, you probably want this forum instead: https://community.adobe.com/t5/photoshop-developers/ct-p/ct-photoshop-developers?page=1&sort=latest_...

 

The API is just a REST API, so simple to use, but you don't want to embed your credentials in a clientside application. So while possible, it's not 'safe', unless perhaps it was on an intranet, behind a login, etc. You could, of course, use JS to call serverside code that hits the API. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources