


Does Assets HTTP API support accessing assets in a given collection in AEM DAM? Or is there an alternative programmatically approach or another API for it?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
@uafzal Yes you can retrieve the assets in a folder in AEM Assets using the Assets Http API. Refer link below
You can try accessing /api/assets/myFolder.json endpoint in postman with Basic Auth.
@uafzal Yes you can retrieve the assets in a folder in AEM Assets using the Assets Http API. Refer link below
You can try accessing /api/assets/myFolder.json endpoint in postman with Basic Auth.