#
/retrieve
#
Route Details
#
GET /retrieve/{"file_path"}
Retrieves file(s) specified. Retrieving a directory will archive the directories contents, and sends the archive.
#
Request
Method:
HTTP GETPath parameter {file_path}:
/path/to/fileQuery parameters:
download(optional): With valuetrue, can be used to directly download the file specified.file[]: Multiple files can be retrieved in an archive with multiple parameters of keyfile[]with the value of the file name. Example:https://example.com/dir1/dir2?file[]=image1.png&file[]=image2.png&file[]=video1.mp4