Filestack is an API for developers that makes it easy to add powerful file uploading capabilities to any website or mobile app. We integrate with more than 20 cloud drives so you can allow users to upload files from virtually anywhere. Our transformation engine makes it easy to programmatically manipulate files on the fly and our integrated CDN allows you to deliver content fast and responsively. We handle all types of files including: images, documents, PowerPoints, audio, video, PDFs, and more. We are constantly evolving our services and would welcome any input you have!
Filestack’s File Picker and various API methods allows you to upload files from 20+ cloud drives and local devices. Setup your integration with JavaScript, REST, or use our ready to go widgets and mobile SDKs to get started quickly.
Filestack offers a powerful RESTful Transformation Engine for manipulating images and office documents on-the -fly. Additionally we offer audio and video transcoding and we will notify you via webhook when the processing completes.
|
|
Consult the following pages to rotate, crop, blur, sharpen, filter , or otherwise convert image files. |
|
|
Convert more than 20 document formats, including Word and Excel files to PDF, PDF to text, and more. |
Learn how set up webhooks for upload notifications, integrate your application with cloud drives like Dropbox and Facebook using custom oauth, set up Policies and Signatures, and store files directly to your cloud storage provider such as S3 or GCS.
To integrate Filestack into your site, the first thing to do is include the Filestack library. Copy and paste this script into your page just before the
</body> tag.
<script type="text/javascript" src="//static.filestackapi.com/v3/filestack-0.6.3.js"></script>
The Filestack client is also available as a npm registry :
$ npm install --save filestack-js