AEM Assets HTTP API - expose meta data
Hi,
We are planning to consume AEM DAM assets (mainly documents/images) in a 3rd Party system by leveraging the out of the box HTTP assets API.
However, the existing API does not expose all fields from metadata. For example: My image has title and description set in metadata.


API response: http://jsonblob.com/993978613842067456
API response does not contain title/description in metadata. Is there a way we can modify the OOTB HTTP api and extend it to have additional fields in response?