0
Javascript with Photoshop api
New Here
,
/t5/acrobat-services-api-discussions/javascript-with-photoshop-api/td-p/14041357
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/acrobat-services-api-discussions/javascript-with-photoshop-api/m-p/14043269#M6887
Aug 28, 2023
Aug 28, 2023
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

