Is there an API or other way to download assets from AEM from remote server? | Community
Skip to main content
August 16, 2018
Solved

Is there an API or other way to download assets from AEM from remote server?

  • August 16, 2018
  • 1 reply
  • 1821 views

Hi,

I'm trying to find a way to retrieve assets from AEM by establishing a remote connection between a remote server and the AEM server. The remote server has to connect to AEM server and request for the specific asset, AEM server must serve the asset to the remote server, so it can manipulate it. Is there a way to achieve this through an API, or any other method? I only found an article that download assets through an application but it is created in the same server: Adobe Experience Manager Help | Downloading Adobe Experience Manager DAM Assets using Sling Servlets and the Query Build…

Any help is appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Here is the updated version of  that article: Adobe Experience Manager Help | Downloading Adobe Experience Manager 6.4 DAM Assets using the Query Builder API

You can write an AEM Servlet and invoke that Servlet from a separate server via an HTTP operation. The Servlet would return the asset.

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
August 16, 2018

Here is the updated version of  that article: Adobe Experience Manager Help | Downloading Adobe Experience Manager 6.4 DAM Assets using the Query Builder API

You can write an AEM Servlet and invoke that Servlet from a separate server via an HTTP operation. The Servlet would return the asset.