Import a public Tally form as a Clipform
Fetches a public Tally form, extracts the form structure from the page's __NEXT_DATA__ payload, and creates an equivalent Clipform in draft mode. Best-effort: unsupported question types (rating, linear scale, date, time, file upload, signature) are skipped and reported in `import_summary.skipped_details`. Supported mappings: INPUT_TEXT/TEXTAREA/INPUT_EMAIL/INPUT_NUMBER/INPUT_LINK/INPUT_PHONE_NUMBER → open, MULTIPLE_CHOICE_OPTION/DROPDOWN_OPTION → choice (single), CHECKBOX/MULTI_SELECT_OPTION → choice (multiple). No auth required. Requires `workspace_id`.
No importable questions found (form_id is null)