Import Files from Any Source
Cloud storage, FTP servers, URLs, and more. All automated in a simple API.
Handle file uploads by users or import entire media libraries from existing sources.
Results export back to original storage or to completely different solutions. You decide.
Link Robots together to create import pipelines unique to your use case.
Import from several sources
Import whole directories of files from your S3 bucket
/s3/import
Import any file that is publicly available via a web URL
/http/import
Import whole libraries of files from your FTP servers
/ftp/import
Import files from SFTP servers with public key authentication
/sftp/import
Import whole directories of files from your Supabase bucket
/supabase/import
Import whole directories of files from Google Cloud Storage
/google/import
Build File Import Pipelines by Chaining Robots
Chain Robots together to create end-to-end automated pipelines for file importing and processing.
{"steps": {"imported": {"robot": "/s3/import","path": "my_folder/bird.jpg"},"resized": {"use": "imported","robot": "/image/resize","result": true,"zoom": false,"width": 240,"height": 240},"exported": {"use": ["imported", "resized"],"robot": "/s3/store","credentials": "demo_s3_credentials","url_prefix": "https://demos.transloadit.com/"}}}
File importing workflows without the pain
Connect to S3, Google Cloud, Azure, FTP servers, URLs, and more. Import single files or entire directories with ease.
Export results back to original storage or to completely different solutions. You control where your processed files end up.
Signed uploads, scoped credentials, and compliance-aware storage options keep your file pipelines safe.
No servers to provision or maintain. Our cloud workers auto-scale with your traffic. Just API calls — we handle the rest.
First-class support for all major cloud providers. Import from one, export to another — seamlessly.
Typed SDKs, deterministic Assemblies, and flexible Robots. CI-safe file pipelines you can version-control.
Developers that use Transloadit
I'm not usually one for fanboy-ism but Transloadit is one service I would recommend without hesitation. Their product and customer support is outstanding.

Having a solution for both uploading and transcoding has been a godsend for the current scale that we are at five years after first choosing Transloadit.
Using Transloadit saves development and maintenance. Being able to focus on our product instead of reinventing the wheel cannot be understated.