Transloadit
Pricing
EssentialsRobotsFAQAPIFormatsBest Practices
Getting started
  • Overview
  • My first App
  • Saving result files
Topics
  • Assembly Instructions
  • Assembly Variables
  • Dynamic Evaluation
  • Templates
  • Webhooks
  • Third party Credentials
  • Builtin Templates
  • Resize Strategies
  • Assembly Execution Progress
  • Workspaces
  • AI Agents
  • Advanced use Parameter
  • The ignore_errors Parameter
Software Development Kits
  • Overview
  • HTTP REST API
  • Android SDK
  • Browsers
  • Convex
  • cURL
  • Go SDK
  • Java SDK
  • jQuery SDK
  • MCP Server
  • Multipart Form
  • Node.js SDK
  • PHP SDK
  • Python SDK
  • Ruby SDK
  • Terraform
  • TransloaditKit
  • Zapier Integration
Community Projects
  • Overview

Transloadify (Deprecated)

transloadit/node-sdk

The transloadify CLI is deprecated. The active CLI now lives in @transloadit/node.

Warning

transloadify is deprecated. Use the @transloadit/node CLI instead.

Use this instead:

npx -y @transloadit/node --help
Note

The npm package name transloadit is kept as an alias for backward compatibility, but @transloadit/node is the canonical package name.

Migration guide

Most commands map directly from:

  • transloadify ...

To:

  • transloadit ...

Examples:

# Before
transloadify --template TEMPLATE_ID < input.jpg > output.jpg

# After
npx -y @transloadit/node assemblies create --template TEMPLATE_ID --input input.jpg --output output.jpg
# Before
transloadify templates list

# After
npx -y @transloadit/node templates list
# Before
transloadify assemblies list --after 2016-11-08

# After
npx -y @transloadit/node assemblies list --after 2016-11-08

For complete command reference and examples, see the Node.js SDK docs.

Transloadit
© 2009–2026 Transloadit-II GmbH
Privacy⋅Terms⋅Imprint

Product

  • Services
  • Pricing
  • Demos
  • Security
  • Support

Company

  • About / Press
  • Blog / Jobs
  • Comparisons
  • Open source
  • Solutions

Docs

  • Getting started
  • Transcoding
  • FAQ
  • API
  • Supported formats

More

  • Platform status
  • Community forum
  • StackOverflow
  • Uppy
  • Tus