Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Checking if Scene7 images exist in batch mode?

Avatar

Level 1

Hi,

Is there a way, using AEM or other method of querying Scene7 assets to confirm if images are available. We use AEM DAM and upload the images to Scene7.

We use a lot of images for our online products and we have about 1500 that we think are missing images in Scene7. Is there a way to run some sort of query that will take the list of products and confirm if an image exists in AEM DAM or Scene7? This would be more efficient that going to the product page on the site.

Thanks, Richard

1 Accepted Solution

Avatar

Correct answer by
Employee

the Image server supports a req=exists parameter, so you could use that just in browser, or with curl / wget, for example

https://marketing.adobe.com/resources/help/en_US/s7/is_ir_api/is_api/http_ref/r_exists.html

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

the Image server supports a req=exists parameter, so you could use that just in browser, or with curl / wget, for example

https://marketing.adobe.com/resources/help/en_US/s7/is_ir_api/is_api/http_ref/r_exists.html