getPageImages
Extract all images from a specified Adobe Experience Manager page, including those embedded within Experience Fragments, for efficient asset management and analysis.
Instructions
Get all images from a page, including those within Experience Fragments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}