Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to Import Asset from third party URL in AEM 6.5

Avatar

Level 1

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

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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?l...

You can also watch this video for more explanation.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

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?l...

You can also watch this video for more explanation.