My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Links

Project Description

Project page explaining how the ifile.it HTTP based API works

With examples and links to other projects and code making use of the ifile.it api (September 2011 api version on)

Using the API is a matter of sending HTTP requests to API endpoint URLs (as linked below) with the correct HTTP POST and/or GET parameters in the request, the response is a JSON encoded array of values in all cases, which you can use in your applications and/or subsequent requests to the API.

please note: Most of the API calls require you to send your apikey as part of the request in order to authenticate you as a site user, getting the apikey belonging to an account is easy, see FetchApikey for more details




Key Downloads




Available API functionality explained

API functionality is grouped into the following sections

account

  • FetchApikey - Retrieving your apikey / authenticating subsequent requests
  • FetchAccountInfo - Retrieve account information and statistics

site

  • Ping - Checking whether the API/site is available
  • Uploading - Uploading
  • FetchDownloadUrl - Requesting download ticket URL (available to premium/tester/vip accounts only)

files

folders to do

vouchers (available to reseller accounts only)

  • CreateVoucher - Create a premium voucher using your reseller account balance




Questions?

Address any enquiries about the API to ifile.it admin and support. Please insert API into subject line of any communication in order to get priority!



3rd party api usage examples

Powered by Google Project Hosting