Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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

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

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.