Skip to main content
POST
Execute video workflow
Apply complex video processing workflows such as adding subtitles, overlays, or other transformations.
  • Supports multiple workflow types (subtitles currently implemented)
  • Workflows modify video stream without changing original
  • Subtitle style customization includes colors, positioning, and fonts
  • Returns new stream URL with applied workflow
  • Original video remains unchanged

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Body

application/json
workflow_type
enum<string>
required
Available options:
transcribe,
index,
analyze
Example:

"transcribe"

config
object

Response

200 - application/json

Workflow started

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object