Transloadit for Students
Eligible Students who have joined the GitHub Student Developer Pack can claim Transloadit’s GitHub Education offer.
Make sure you have enrolled in the GitHub Student Developer Pack to be eligible for the offer.

What is Transloadit?
Transloadit is a file encoding and processing service for developers. Here’s how Transloadit can help you:
File processing made easy
Power your app with any media transformation. Resize, transcode, optimize and watermark photos, (de)compress archives, detect faces, generate audio waveform images, make screenshots of URLs and HTML files, scan for viruses — in short, we’ve built a Swiss Army knife for your files.
Import and export files
Import and export resulting files to and from S3, Google Cloud Storage, Dropbox, (S)FTP or HTTP. Yes, you can even let us export to your Raspberry Pi. Files are just passing through, you remain in control of your own content.
Leverage Uppy.io
Uppy.io is the leading open source file uploader. Transloadit integrates seamlessly with this website plugin that lets your visitors import files from Instagram, Google Drive, Dropbox and remote URLs.
Automation
Create workflows that cater to your unique use case. Combine our versatile Robots using a declarative JSON language and you will be up and running in a matter of minutes:
{
":original": {
"robot": "/upload/handle"
},
"resized": {
"use": ":original",
"robot": "/image/resize",
"result": true,
"width": 500,
"height": 500,
"resize_strategy": "fit"
},
"sepiad90": {
"use": "resized",
"robot": "/image/resize",
"result": true,
"sepia": 90
},
"exported": {
"use": [
"resized",
"sepiad90",
":original"
],
"robot": "/s3/store",
"credentials": "demo_s3_credentials"
}
}How can I get a Student account?
- Join the GitHub Student Developer Pack
- Claim Transloadit's offer by using the “Login via GitHub” button below.
Make sure you have enrolled in the GitHub Student Developer Pack to be eligible for the offer.
We’re here to help
We are available through the blue speech bubble in the bottom-right corner of the screen and via email at support@transloadit.com. Please include your account's email address when contacting us.
About the offer
Eligible Students can claim the offer after joining the GitHub Education program. See our pricing page for current plan details.