⭐ If you like what we are doing with Automatisch, please give us a star on
GitHub
.
Skip to content
Automatisch
Search
K
Main Navigation
Guide
API Docs
Apps
Appearance
Menu
Return to top
Create a new template
POST
/v1/templates
Creates a new flow template using an existing flow.
Authorizations
ApiKeyAuth
Type
API Key (header: x-api-token)
Request Body
Schema
JSON
JSON
{
"name"
:
"string"
,
"flowId"
:
"string"
}
Responses
201
Template created successfully
POST
/v1/templates
Playground
Server
Select a server...
Authorization
ApiKeyAuth
Body
JSON
Try it out
Samples