Prerequisites
To use the FileSender API, you’ll need your unique API key. To retrieve your API key:
- Click My Profile on the side navigation panel.
- Copy the long string displayed in the Secret field.
Host URL
The host URL for the FileSender API is https://filesender.aarnet.edu.au/rest.php.
API documentation
You can find the documentation for FileSender’s API at https://github.com/filesender/filesender/blob/master/docs/v2.0/rest/. Please note that this is an external project; not administered by AARNet.
Sample API scripts
Example scripts can be found here: https://github.com/filesender/filesender/tree/master/scripts/client. Please note that this is an external project; not administered by AARNet. Alternatively, download this sample PHP file: FilesenderRestClient.php (3 KB)