cURL
curl --request POST \ --url https://your-instance.example.com/api/workflows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "nodes": [ {} ], "edges": [ {} ], "viewport": { "x": 123, "y": 123, "zoom": 123 }, "enabled": true } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Workflow created successfully
Generic response envelope. Endpoint-specific fields are intentionally open.