/api/item/addFromPath
POST
Add a local file to Eagle App. If you intend to add multiple items in a row, we suggest you use/api/item/addFromPaths
Parameter
Description
path
Required, the path of the local file.
name
Required, the name of the image to be added.
website
The Address of the source of the image.
annotation
The annotation for the image.
tags
Tags for the image.
folderId
If this parameter is defined, the image will be added to the corresponding folder.
Sample Code:
Results Returned:
Last updated