Save a form to your workspace
Unified endpoint for saving a form to the user's workspace. Handles three cases: - Bot form (system company): claims (moves) into user workspace - Template form (is_template): duplicates into user workspace - Own form (same workspace): duplicates within workspace Accepts either a form UUID or share_id. Requires Supabase JWT authentication.
Authorization
AuthorizationRequired
Bearer <token>Supabase JWT access token
In: header
Request Body
application/jsonOptionalworkspace_idstringTarget workspace (defaults to user's first workspace)
Format:
"uuid"titlestringOverride the title of the saved form
Path Parameters
identifierRequired
stringForm UUID or share_id
Form claimed (moved) or already owned