How to Import Asset from third party URL in AEM 6.5 | Community
Skip to main content
New Participant
May 10, 2021
Solved

How to Import Asset from third party URL in AEM 6.5

  • May 10, 2021
  • 1 reply
  • 1274 views

Hi Experts,

 

We have a requirement to upload the assets in AEM 6.5 by URL programmatically. The asset URL is a third-party asset URL.

What are the options in AEM?

 

Thanks

 

 

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 Ritesh_Mittal

Hi @samaryadav ,

 

We have REST based Asset APIs available which can be used for CRUD operations. You just need to fill in the data to them which you must be getting from third party asset URL.

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?lang=en#create-an-asset

You can also watch this video for more explanation.

1 reply

Ritesh_Mittal
Ritesh_MittalAccepted solution
New Participant
May 11, 2021

Hi @samaryadav ,

 

We have REST based Asset APIs available which can be used for CRUD operations. You just need to fill in the data to them which you must be getting from third party asset URL.

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?lang=en#create-an-asset

You can also watch this video for more explanation.