Introduction
Remux is a programmatic video transcoding platform. You define presets (transcode pipelines), create jobs with inputs, and receive outputs when processing completes.
How it works
Section titled “How it works”- Authenticate with an API key or Clerk session (dashboard).
- Create a job via
POST /api/v1/jobsusing a preset or inline request body. - Poll or webhook for completion.
- Download outputs from returned URLs or your configured storage.
Components
Section titled “Components”| Piece | Description |
|---|---|
| REST API | Jobs, presets, files, usage, tokens |
| Dashboard | Manage presets, inspect jobs, issue API keys |
| Engine | AWS Lambda-backed transcoding (deployed separately) |