Skip to main content

Flow API

All the API endpoints for the Flow API.

📄️ Create a new flow

This endpoint allows to create new flows. The template should be a valid templatename or templateid (from GET /templates). Parameters allow to control the flow execution (details about the parameters are provided in GET /templates as well). Additional data is optional and can be used to store user-specific information. Inputs are optional and allow to directly upload input files (e.g., images) to the flow. Important: when inputs are provided the flow will start automatically.