# **Transloadit** for Teachers

Eligible Teachers who have joined the GitHub Teacher Toolbox can claim Transloadit’s GitHub Education offer.

[Login via GitHub](/signin-with-github/)

Make sure you have enrolled in the [GitHub Teacher Toolbox⁠](https://github.com/education?utm%5Fsource=github+transloadit) to be eligible for the offer.

![Transloadit](/_next/static/immutable/media/logo-small-white.1gw7mrkxstck3.svg)

![Plus](/_next/static/immutable/media/plus.3pkuqx2qtvbvm.svg)![GitHub Teacher Toolbox](/_next/static/immutable/media/github-teacher-toolbox-logo.3jb8s2_i8niki.png)

## 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 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⁠](https://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 Teacher account?

1. Join the [GitHub Teacher Toolbox⁠](https://github.com/education?utm%5Fsource=github+transloadit)
2. Claim Transloadit's offer by using the “Login via GitHub” button below.
   [Login via GitHub](/signin-with-github/)

Make sure you have enrolled in the [GitHub Teacher Toolbox⁠](https://github.com/education?utm%5Fsource=github+transloadit) 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⁠](mailto:support@transloadit.com). Please include your account's email address when contacting us.

<span aria-hidden="true" id="about-the-offer"></span>

#### About the offer

Eligible Teachers can claim the offer after joining the GitHub Education program. See our [pricing page](/pricing.md) for current plan details.
