import_session
Import a screenshot session from a zip archive, merging with existing images or replacing them, and restore undo history if available.
Instructions
Import a previously exported session from a zip archive.
By default, merges with the existing session. Set merge=False to replace all current images with the imported ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the session archive (.zip file) | |
| merge | No | Merge with existing session (True) or replace (False) | |
| restore_history | No | Restore undo history if available |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_ids | Yes | List of imported image IDs | |
| image_count | Yes | Number of images imported |