Transloadit

  • Demos
  • Docs & Help
  • Press
  • Pricing & Signup
hello@transloadit.comCall usBlogLogin

API Basics

Transloadit provides a nice & simple REST API that you can use for checking on assemblies or for importing your existing media files.

There are two types of API calls:

  • Public requests, which can be issued by anybody
  • Private requests, which require the parameters below:
Parameter Description
params A JSON string containing the actual parameters for this request. Must at least include an auth.key parameter. See Authentication.
signature Optional for public requests, mandatory for private requests. The signature for the given params.

Create assembly (private)

POST http://api2.transloadit.com/assemblies

Creates a new assembly. You may include any number of files as part of a multipart/form-data request. Check the template docs for more details.

Get assembly status (public)

GET <assembly_url>

Queries the status of an assembly. The assembly_url is a unique url returned whenever an assembly is created.

Cancel assembly (public)

DELETE <assembly_url>

Cancels an assembly / upload that is still in progress.

Comments

Help

  • Start a new support ticket
  • Browse existing support tickets

Integration

  • Transloadit Basics
  • The minimal integration
  • Building assembly instructions
  • Notifications vs Redirect Url
  • Templates
  • Configuring the jQuery plugin
  • How to add multi-file upload
  • Saving and displaying your files
  • Development Kits
  • NodeJS SDK
  • PHP SDK
  • Ruby Gem
  • iPhone SDK
  • Python SDK

API Documentation

  • API Basics
  • Authentication
  • The response
  • Robots
  • /image/resize
  • /video/encode
  • /video/thumbs
  • /audio/encode
  • /http/import
  • /file/filter
  • Storage Robots
  • /s3/store
  • /sftp/store
  • /cloudfiles/store
  • /youtube/store

More

  • How to set up an Amazon S3 bucket
  • Supported formats & codecs
  • FAQ
  • Community projects
  • About
  • Blog
  • Follow us on Facebook
  • Follow us on Twitter
  • Email
  • Imprint
  • Privacy policy
  • Terms of service