Library Multi Pull

Library Multi Pull is where multiple images are loaded into the Library at the same time via downloading it from a list of URLs. Uploading a list of images to the Library automatically creates a unique link which can be used to direct the user to the Product Builder, using the images uploaded in that request.

Requires:

or

Actions

URL
Verb
Information
/library/multi/pullPOSTCreates multiple Library items from a list of URLs

Fields

Field
Data Type
Required
Information
UrlsArray of StringsYThe image URLs

 

The following details are returned about an item:

Field
Data Type
Required
Information
LibraryItemsArray of LibraryItemDetailYFields described below.
ProductBuilderUrlStringYA Product Builder URL for the Library Items in this request.

 

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.
FileSizeLongNLength of the file in bytes.