Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt

Use this file to discover all available pages before exploring further.

Workflows let users chain common media operations into a reusable flow. They are useful for repeatable upload pipelines such as converting a file, compressing it, saving the result, and notifying another system when work is finished.

Current workflow capabilities

CapabilityStatus
Visual workflow builderAvailable in the dashboard.
Test runsAvailable with generated sample media.
Convert, compress, resize, audio, storage, and webhook stepsSupported by the workflow engine.
Saved workflow templatesAvailable on all plans. Free includes 1 saved workflow.
Large production processingLive workflow runs are queued through Convertly workers.

How to use workflows

  1. Open Dashboard > Workflows.
  2. Create a workflow.
  3. Choose conversion, compression, storage, and webhook steps.
  4. Run a test to validate the flow.
  5. Save the workflow. Live runs are processed asynchronously.

Production guidance

Live workflow runs return immediately with a run ID and continue in the worker queue. For developer-facing batch workloads, use POST /api/jobs with webhooks when you need idempotency keys, archive delivery, and direct API-level control.

Async jobs

Queue larger media workloads and track progress.