Selective Content Fragment Copy via REST API in AEM as a Cloud Service
Hi everyone,
I'm working on a project in Adobe Experience Manager as a Cloud Service, where I have a large number of Content Fragments (CFs) stored in the DAM. I need to copy them into other language nodes, but I'm facing an issue: when I use the language copy feature on the root folder, it also brings over unpublished content and other data that I don't actually need.
My goal is to copy only the specific CFs, for which I already have the paths, into the target language folder—without including any unrelated content.
So my question is:
Is there a way to trigger the copy of these specific CFs via REST API, using their paths, in AEM as a Cloud Service?
Or is there a recommended alternative approach to achieve this in a clean and efficient way?
Thanks in advance for any suggestions!