Skip to main content
POST
Create Workflow

Authentication

Requires a JWT token or API key in the Authorization header.

Request

string
required
Workflow display name.
string
Human-readable description of what the workflow does.
object
Trigger configuration. Types: manual, webhook, schedule, file_upload.
array
Array of step objects. Each step has id, type, and config.
string
Clone from an existing template instead of defining steps manually.

Step types

Example request

Response

Returns the created workflow object.