Create Upload from METS
transkribus_upload_create_from_metsCreate a Transkribus upload from a METS XML document, using inline XML or a local file path, for a given collection.
Instructions
Create an upload from a METS XML document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| metsXml | No | Inline METS XML document content. Exactly one of "metsXml" or "metsFilePath" is required. | |
| metsFilePath | No | Absolute path to a local METS XML file. Exactly one of "metsXml" or "metsFilePath" is required. |