Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Library item Push is where an artifact that is required to produce a print productimage is loaded into the Library via a direct upload. Uploading an image to the Library automatically creates a unique link which can be used to direct the user to the Product Builder.

Requires:

or

Actions

URLVerbInformation
/library/pushPOSTCreates a Library item

Fields

The requests to the Library push actions should be HTTP multipart file uploads containing one and only one file. Request should set the "Content-Type" HTTP header to "multipart/form-data" and a boundry as standard. Inside the part containing the file contents, the "Content-Type" must be included, specifying the type of the file being uploaded.

...