Add Documents to Collection
transkribus_coll_add_docsAdd multiple existing documents to a collection. Specify collection ID and an array of document IDs, with an option to move instead of copy.
Instructions
Add multiple existing documents to a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| docIds | Yes | Array of document IDs to add | |
| moveTo | No | Move instead of copy (default false) |