Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT token for authentication

Body

application/json
name
string
required

Workflow name

Required string length: 1 - 200
Example:

"My First Workflow"

description
string

Workflow description

Maximum string length: 1000
nodes
object[]
edges
object[]
tags
string[]
Maximum array length: 20
Maximum string length: 50

Response

Workflow created successfully

success
boolean

Whether the request was successful

data
object

Response data (type varies by endpoint)

message
string

Response message

error
string

Error message (if any)