Adobe Express Add-ons: API References
API References for use when building Adobe Express add-ons.
Overview
Here you will find a set of API References to use with your Adobe Express add-on development.
Express Document Model APIs
The Document Model APIs allow you to read and modify the Adobe Express document in detail – for example, creating shapes or rearranging the layout of existing content. The Editor class is the main entry point into the Document Model APIs.
Refer to the editor-api and image-and-page code samples for more details on how to use the Document Model APIs.