Skip to main content
POST
Execute video workflow

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