Add subtitle, chapters, and thumbnails to video uploads
Generate subtitles, chapters, and thumbnail tracks in a single run.
The Workflow
Overview
This workflow generates subtitles, chapters, and thumbnails in a single run.
Build Workflow
A workflow is an array of task definitions that describe what should happen and in what order.
Tasks in the array run in parallel. You can also chain tasks together in
sequences using the next property.
Automatic Upgrade
Behind-the-scenes, ittybit will upgrade this to extract the data each subtask requires, without you having to do anything.
Create Run
We create a new run by sending a POST request to /runs with our workflow as the tasks array.
Handle Webhook
Set up a webhook to receive task completion events and save the output data in your database.