ArchiveAPI REST API Authentication

Authenticating your API calls is super simple! Just append your secret key as a
"?secret=your_secret" query parameter to the URL and you are good to go!


Authenticated request example:

    https://api.archiveapi.com/zip?secret=your_secret
    
    or
    
    https://api.archiveapi.com/extract?secret=your_secret