Hello
I have a requirement to create API end points to access and do the following in Adobe Experience Cloud Assets,
a. Browse assets in a paginated manner
b. Filter assets based on the metadata by applying 1 or more filters at the same time (including custom metadata)
c. Search through the assets
d. Download assets
Does the experience cloud assets have specific APIs to do the same? Or could we use assets API for this?
I could not find anything from the documentation on how could I programmatically access experience cloud assets. Any directions or documentation would be much appreciated.
Thanks
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
This is exactly what Asset Share Commons does. You could explore how it is implemented, or depending on your requirements, you could simply use it if possible.
https://opensource.adobe.com/asset-share-commons/
https://github.com/adobe/asset-share-commons
Hope this helps
Asset share commons is for AEM assets right, and not Experience Cloud Assets.
Views
Replies
Total Likes
This looks like a distribution portal requirement. Did you explore setting up ASC or a content hub instead ?
https://opensource.adobe.com/asset-share-commons/
No API as such but you can have your logic written that makes use of querybuilder API's.https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/pla...
Views
Replies
Total Likes
Querybuilder is for AEM right. AEM is not in the picture here, just the experience cloud assets.
Views
Replies
Total Likes
@jezwn it does support cloud service as well , https://opensource.adobe.com/asset-share-commons/pages/getting-started/set-up/ else think of creating a custom solution based on the Adobe assets api options https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/dev...
for the download, enable, AssetDownloadServlet OSGi component is for publish instances and have custom solution of Asset API does not works
Views
Replies
Total Likes