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