Packaging Editor APIs
The Packaging Web API is a REST API that allows you to get details about packaging models, generate die-cut templates, preview 3D models and more. This Web API doesn't require authentication and only supports the JSON data format in the request payload and request response. The base path of an API request represents a folder on your server where you deploy the Packaging Editor, for example, https://example.com/packaging/
. This path is assigned to the appUrl
variable in the Web API examples.