call to the api via GET request, brief instructions

API URL:

https://api.librifly.com/api.php

Parameters:

api_key:(required)

api_key=api_librifly_XXXXX-XXXX-XXXX

file:(required)

file=64245fXXXX9fd_sample_file.jpg

action:(optional)

action=download: gets the file
not providing this parameter gets info on a file.
action=filelist: gets a full filelist (filenames + creation date)

example_calls:

https://api.librifly.com/api.php?action=download&api_key=api_librifly_XXXXX-XXXX-XXXX&file=64245fXXXX9fd_sample_file.jpg

Downloads the fullsize image file


https://api.librifly.com/api.php?api_key=api_librifly_XXXXX-XXXX-XXXX&file=64245fXXXX9fd_sample_file.jpg

Gets information on the file


https://api.librifly.com/api.php?api_key=api_librifly_XXXXX-XXXX-XXXX&action=filelist

Gets a full filelist of available files with creation date