Using APIs in EasyMorph

I am trying to use a POST API to place a PDF file on the EasyMorph Server Endpoint. So that other users can use GET APIs to get the file and have it for their own use. I was able to set up the Endpoint easily but I am struggling with configuring the EasyMorph project. Does anyone have any pointers on this? I feel like I am missing something.

Thanks.

Hi Jaden,

The API endpoints don't support file uploading. However, this may not be required - files can be uploaded (and downloaded) using the standard Server API. What programming language will be used to do the POST requests to upload files? We will prepare a sample code snippet.

Also, if the users only need to download files, a GET link for any file in the Public folder can always be obtained right in the browser: