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.
Copy link to clipboard
Copied
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.