Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

creating AEP schema via API

Avatar

Level 1

How can we create a schema in Adobe Experience Platform (AEP) using an API?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 3

To create a schema in AEP using an API, you'll have to use the schema registry API, You will have to make a POST API call to the required endpoint, with the schema definition in body.

The Schema Registry is used to access the Schema Library within Adobe Experience Platform. The Schema Library contains resources made available to you by Adobe, Experience Platform partners, and vendors whose applications you use. The registry provides a user interface and RESTful API from which all available library resources are accessible.

The Below Product Document will help you to create the Schema From Schema API.
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/create-schema-api#assig...

https://experienceleague.adobe.com/en/docs/experience-platform/xdm/api/schemas#create

Further you can refer to the Adobe's Developer Portal: https://developer.adobe.com/experience-platform-apis/references/schema-registry/#operation/createSch...