Construye tu producto, no infraestructura de archivos.
Transloadit es la plataforma de infraestructura de archivos.Sube, procesa, almacena y entrega cualquier archivo mediante una sola API.
Las plataformas más ambiciosas del mundo confían en nosotros desde 2009 para procesar multimedia crítica para su negocio.
Cumplimiento normativo integrado
Seguridad de nivel empresarial y residencia regional de datos, con controles auditados que puedes entregar directamente a tu equipo de cumplimiento normativo. Resumen de seguridad.
Gestiona uploads de usuarios. Serverless.
Uploads reanudables con el protocolo Tus, retries automáticos ante fallas de red y procesamiento del lado del servidor, sin infraestructura que gestionar.
Arrastra y suelta tus archivos aquí
Una llamada a la API. Múltiples resultados.
Una sola llamada a la API ejecuta cualquier cantidad de pasos en paralelo: sin encadenamiento, sin orquestación, solo resultados.
Descubre Transloadit para tu industria
Elige tu industria para ver los flujos de trabajo que crean los equipos: cada uno es una sola Assembly de Robots que convierte los uploads sin procesar de tus usuarios en archivos terminados y listos para usar.
Entrega archivos en todo el mundo.
Transferencias resilientes, entrega global por CDN y enrutamiento orientado al cumplimiento para que tus archivos lleguen adonde deben estar.
Distribución multi-CDN
Entrega contenido globalmente. Una subida, disponibilidad mundial instantánea.
Respalda los originales, entrega versiones optimizadas
Importa archivos desde storage en la nube y procésalos al vuelo para crear versiones optimizadas mientras mantienes seguros los originales.



Transferencias confiables de archivos grandes
Sube archivos enormes con el protocolo Tus para reanudación automática ante fallas de red. Ideal para video y medios de alta resolución.
Enrutamiento orientado al cumplimiento normativo
Enruta importaciones desde storage específico por región según los requisitos de residencia de datos. Sigue cumpliendo con GDPR y HIPAA.
Aplica IA a tus archivos
Con Transloadit, puedes usar IA para resolver problemas reales, como generación de imágenes, conversión de texto a voz y más.
Transcribir voz en audio y video
Transcribe la voz de archivos de audio y video a texto o archivos de subtítulos (SRT/WebVTT).
Detectar rostros en imágenes
Detecta rostros en imágenes y, opcionalmente, recorta o extrae regiones faciales

Traducir texto en documentos
Traducciones a varios idiomas con IA.

Bloquear automáticamente contenido no deseado
Detecta texto y objetos en imágenes y bloquea todo lo que no esté permitido. Elimina automáticamente la desnudez y otros elementos no deseados de las imágenes.
Integra en minutos
Agrega Transloadit a tu app en minutos con nuestros SDKs para las principales plataformas.
Uploader de archivos Uppy
Uploads reanudables, seguros y ultrarrápidos, impulsados por Uppy y tus: nuestras herramientas open source creadas para apps modernas.
import React, { useState } from 'react'import { Uppy } from '@uppy/core'import { UppyContextProvider, Dropzone, FilesList, UploadButton,} from '@uppy/react'function Component () { const [uppy] = useState(() => new Uppy()) return ( <UppyContextProvider value={uppy}> <Dropzone /> <FilesList /> <UploadButton /> </UppyContextProvider> )}Apple y Android
SDKs nativos para iOS, macOS y Android con uploads reanudables impulsados por tus.
import Foundationimport TransloaditKit// 1) Initialize Transloaditlet credentials = Transloadit.Credentials(key: "YOUR_TRANSLOADIT_KEY", secret: "YOUR_TRANSLOADIT_SECRET")let transloadit = Transloadit(credentials: credentials, session: URLSession.shared)// 2) Define your Assembly stepslet resizeStep = Step( name: "resize", robot: "/image/resize", options: [ "width": 200, "height": 100, "resize_strategy": "fit", "result": true ])// 3) Provide files to uploadlet filesToUpload: [URL] = [ /* URL(fileURLWithPath: "...") */]// 4) Create the Assembly, then poll its statustransloadit .createAssembly(steps: [resizeStep], andUpload: filesToUpload) { result in switch result { case .success(let assembly): print("Retrieved \(assembly)") case .failure(let error): print("Assembly error \(error)") } } .pollAssemblyStatus { result in switch result { case .success(let assemblyStatus): print("Received assemblystatus \(assemblyStatus)") case .failure(let error): print("Caught polling error \(error)") } }SDKs del lado del servidor
Integra el procesamiento de archivos en tu backend con unas pocas líneas de código.
import Transloadit from 'transloadit'const client = new Transloadit({ authKey: 'YOUR_AUTH_KEY', authSecret: 'YOUR_AUTH_SECRET',})const result = await client.createAssembly({ files: { file: './video.mp4' }, params: { template_id: 'YOUR_TEMPLATE_ID', },})Precios sencillos
Los planes más grandes implican un menor costo por GB. ¿Necesitas flexibilidad? Obtén un plan personalizado con límites de gasto. Ver todas las opciones de precios.
Ideal para probar Transloadit
Para equipos con necesidades avanzadas
Creado por pioneros de la web
Nuestros fundadores fueron de los primeros colaboradores de Node.js y ayudaron a abrir camino y a dar forma a un ecosistema del que hoy dependen millones de equipos en todo el mundo.

De pioneros del open source
De los primeros colaboradores de Node.js: Uppy, tus y paquetes npm destacados con 70M+ descargas semanales.
Partner oficial de GitHub
Primer encoder en la nube del GitHub Student Developer Pack. 10GB de procesamiento gratuito para estudiantes.
Primeros colaboradores de Node.js
Nuestros fundadores ayudaron a construir Node.js desde sus primeros días, dando forma al runtime que impulsa la web moderna.
Financiamos el ecosistema
Apoyamos los proyectos sobre cuyos hombros se sostienen nuestros productos.
Amado por desarrolladores de todo el mundo
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.
Top notch support — better than top notch.
We wouldn't be able to be here without your support. Your service is the best video transcoding service out there and I'm happy about the reliability.
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.
I absolutely love you people. From the support to the technology, performance and APIs... you've taken what could have been the most painful process of my entire development career and turned it into an absolute joy. I cannot thank or recommend you enough.
I love it. Very easy, lots of options, everything works really well.
Using Transloadit saves development and maintenance. Being able to focus on our product instead of reinventing the wheel cannot be understated.
Superbly simple and one of the most popular features on Gitter. Even supports cat gifs!
After nearly a week of testing various AI image processing tools, Transloadit stood out as the clear winner. Its well-designed API is both intuitive and powerful, making integration seamless. The speed and performance exceeded expectations.
It was very pleasant, and the docs are great! For the rest amazing, I love the service.
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.
We wouldn't be able to be here without your support. Your service is the best video transcoding service out there and I'm happy about the reliability.
I absolutely love you people. From the support to the technology, performance and APIs... you've taken what could have been the most painful process of my entire development career and turned it into an absolute joy. I cannot thank or recommend you enough.
Using Transloadit saves development and maintenance. Being able to focus on our product instead of reinventing the wheel cannot be understated.
After nearly a week of testing various AI image processing tools, Transloadit stood out as the clear winner. Its well-designed API is both intuitive and powerful, making integration seamless. The speed and performance exceeded expectations.
Top notch support — better than top notch.
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.
I love it. Very easy, lots of options, everything works really well.
Superbly simple and one of the most popular features on Gitter. Even supports cat gifs!
It was very pleasant, and the docs are great! For the rest amazing, I love the service.
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.
Top notch support — better than top notch.
We wouldn't be able to be here without your support. Your service is the best video transcoding service out there and I'm happy about the reliability.
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.
I absolutely love you people. From the support to the technology, performance and APIs... you've taken what could have been the most painful process of my entire development career and turned it into an absolute joy. I cannot thank or recommend you enough.

