Welcome to the ShareFile API
How do I get started?
You'll need a ShareFile account, first of all. Then you grab an API key for each app you want to build from your account settings page.
We recommend that you start out by checking out our Quick Start Guide and then learn how to authenticate with us, before you dive into the code samples and the documentation.
The "How-to Guides" will get you started on common ShareFile use cases, as well as help you troubleshoot issues
You will probably also want to look at our client libraries to see if we have one available for your prefered language or platform.
So What's New?
The ShareFile REST API uses a subset of the ODATA specification. ODATA is an HTTP-based REST API, with standards for how to describe objects and actions. Below you will find more details on ShareFile's ODATA implementation and the available resources.
Check out the ShareFile PowerShell SDK for accessing the ShareFile API through a PowerShell snapin.
We also have SDKs for .NET, as well as JavaScript tools, which can be found in our SDKs site.