Find Documents (POST)
transkribus_coll_find_documents_postSearch documents across Transkribus collections by title, author, ID, or collection. Apply exact match, sort, and pagination to return targeted results via POST.
Instructions
Search for documents across collections using a POST request body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | No | Filter by document ID | |
| index | No | Start index (0-based) | |
| title | No | Filter by document title | |
| author | No | Filter by author | |
| collId | No | Filter by collection ID | |
| nValues | No | Number of results (-1 for all) | |
| exactMatch | No | Require exact match | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |