Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Integrating NON-AEM systems with DAM

Avatar

Level 2

Hi All,

 

I'm exploring the possibilities of integrating AEM Digital Asset Management (DAM) with 3rd party system. I wanted to understand 1) If it is possible and 2) What solution patterns are available. I'm looking for more API-based integrations.

 

Thanks

Ved

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hi @VedGSingh Yes you can read the metadat using the url http://localhost:<portnumber>/content/dam/folder/assetname/jcr:content/metadata.json

Hope this helps!

Thanks

 

View solution in original post

6 Replies

Avatar

Community Advisor

@VedGSingh Are you looking to import Assets into DAM or export the assets to 3rd party?

below page shows all the different ways you can connect to DAM and work with assets, what exactly you want to do after connecting 

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/develo...

Saravanan_Dharmaraj_0-1699925716820.png

 

Avatar

Level 2

Hi @Saravanan_Dharmaraj 

 

Thanks for your response.

 

My requirement is to read the asset say an image (product.jpg) from the DAM along with its metadata and expose the information as a json response. The json will be consumed in a separate SPA application.

Based on the matrix that you shared, looks like Assets HTTP API can be leveraged. Is that accurate? 

 

I was also reading about the feature Asset Selector but not sure about it as of now.

 

Thanks

Ved

 

 

Avatar

Correct answer by
Community Advisor

hi @VedGSingh Yes you can read the metadat using the url http://localhost:<portnumber>/content/dam/folder/assetname/jcr:content/metadata.json

Hope this helps!

Thanks

 

Avatar

Administrator

@VedGSingh Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni

Avatar

Level 2

Sure kautuk_sahni. 

I'm still exploring the possible solution pattern and will surely update back.

Thanks!