Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Library item is an artifact that is required to produce a print product.

Requires:

Actions

URL
Verb
Information
/library/pullPOSTCreates a Library item with an image URL

Fields

Request should set the "Content-Type" HTTP header to "application/json", and should include the Url parameter in the body.

Field
Data Type
Required
Information
UrlStringYThe image URL

 

The following details are returned about an item:

Field
Data Type
Required
Information
LibraryItemLibraryItemDetailYFields described below.
ProductBuilderUrlStringYThe product builder URL for the specified Library Item


The following details are returned about a Library item.

Field
Data Type
Required
Information
ItemGuidStringYThe Guid of the Library item
FileMimeTypeStringYThe MIME type of the Library item.
FileMd5StringNAn MD5 hash of the file contents. Only set if the item is complete.
FileSizeLongNLength of the file in bytes. Only set if the item is complete.
  • No labels