Create a new FlowAI project

Creates a new FlowAI Project with no components. Defaults GBAC to the current user as owner.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
namestringOptionalformat: "^\S(.*\S)?$"1-100 characters
descriptionstringOptional<=500 characters

Response

The created FlowAI Project

Errors

500
Internal Server Error