Expand my Community achievements bar.

SOLVED

Make Content Fragment with API

Avatar

Level 3

Hello There,

I am trying to make an API that will allow an authorized user to send data in AEM. When AEM received that data it will create a content fragment with that data. Is there any tutorial or doc that can give me an idea of how to make it or achieve the goal? I have added a diagram for better understanding. Please help me

Untitled.jpg

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Yes AEM supports this CRUD operstions using HTTP API for assets, which also supports CF.

 

https://developer.adobe.com/experience-manager/reference-materials/cloud-service/javadoc/assets-api-...

View solution in original post

4 Replies

Avatar

Level 3

For creating content fragments through API, content fragment model needs to be available in AEM. Here is OOTB API you may refer: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/assets... 

 

Hope this helps.

Avatar

Correct answer by
Community Advisor

Yes AEM supports this CRUD operstions using HTTP API for assets, which also supports CF.

 

https://developer.adobe.com/experience-manager/reference-materials/cloud-service/javadoc/assets-api-...

Avatar

Level 3

I am getting all over the place now. Do you have any github repo that can advise me more in this. or example of a code to do the CRUD operation

Avatar

Level 2

Kindly refer to this tutorial to make content fragment with API. Also refer this link to create content fragment API.