⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

Create a new flow

POST
/v1/flows

Creates a new flow for a user. Optionally, a templateId can be provided to base the flow on an existing template.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Request Body

JSON
{
"userId": "string",
"templateId": "string"
}

Responses

Flow created successfully

Playground

Server
Authorization
Body
JSON

Samples