Below api and the function will give the smart crop of the assets in the json format. async function fetchSmartCrop(aemUrl, accessToken, folderPath, assetName) { console.log("Fetch Asset metadata of:", assetName); const smartCropUrl = `${aemUrl}/content/dam/${folderPath}/${assetName}/jcr:conte...