Expand my Community achievements bar.

Sensei API Integration with my Java servlets

Avatar

Level 1

I need to automate y workflow by using sensei API for cutout and mask generation. I can upload and download the file using Java servlet doGet and doPut method

In the curl i have specified the following

"input":{
"storage":"external",
"href":"https://<>com/download?fileName=/work/passport/adcd/test.jpg"
},
"output":{
"storage":"external",
"href":"https://<>com/upload?qquuid=adcd",
"mask":{
"format":"soft"
}

 

The doPut method is invoked. But i am not sure how to write the content to file system

 

Is there any example of API integration with Java system end point

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 1

Please reach out to psdservices@adobe.com or submit a ticket here https://psd-services.zendesk.com/hc/en-us/requests/new for support or feedback.

 

Best
John Tran