Create a new form
Creates a bare form scaffold with a start node and end screen in the specified workspace. `workspace_id` is required - obtain it from GET /v1/me. Authenticated callers (OAuth or API key) own the form via their workspace. Anonymous callers receive a `form_url` for later ownership transfer.
Request Body
application/jsonRequiredtitleRequired
stringForm title
Maximum length:
200workspace_idRequired
stringTarget workspace for the new form. Obtain from GET /v1/me.
Format:
"uuid"is_livebooleanWhether the form is immediately live
Default:
falseForm created