Back to Website
Show / Hide Table of Contents

Saving private designs

  • Last updated on May 15, 2025
  • •
  • Less than a minute to read

The editors have a JavaScript method that allows for saving the personalization result. When you do this, a private design is created in Asset Storage. You receive its ID, which you can use to do the further operations:

  • Generate a print file
  • Insert Variable Data into the file
  • Re-open it in the editor
  • ...

Along with the private design (state) ID, you also receive URLs for the proof images and print files. If you just need to display a proof image (e.g., in a shopping cart) or download a PDF file, just use them without any additional APIs.

When working with the product model, you can serialize in to a design file by using PUT /api/atoms/v1/designs/{id}/print-product/model. This endpoint will generate a private design belonging to the user, who is working on it, and save it in that user's folder.

PUT /api/atoms/v1/designs/{id}/print-product/model
{
  ...
}

Further Reading

  • Learn how to work with the product model using this API.
  • Dive into Design Atoms API reference.
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback