/api/item/addFromURLs
POST
Add multiple images from URLs to Eagle App.
Parameter | Description |
items | The array object made up of multiple items (See the description below) |
folderId | If the parameter is defined, images will be added to the corresponding folder. |
Description of the Item parameter:
Parameter | Description |
url | Required,the URL of images to be added. Supports |
name | Required,The name of the images you to be added. |
website | The Address of the source of images. |
annotation | The annotation for the images. |
tags | Tags for the images. |
modificationTime | The creation date of the images. The parameter can be used to alter the images' sorting order in Eagle. |
headers | Optional, customize the HTTP headers properties, this could be used to circumvent the security of certain websites. |
Sample Code:
Results Returned:
Last updated