Release 2023.12 (12/14)

Summary of new features in this release

API Endpoint to get Document Details

CrushBank now offers an endpoint in its API that allows you to pull the details of a document after running a search.

Screenshot 2023-12-11 at 9.59.49 AM

The /document endpoint takes the documentId parameter from the /search call and returns the data for the document. If the document is a file, the response will include the base64 encoding for the file which you can use to generate the file. Otherwise, the response will include the actual text of the document.

Screenshot 2023-12-12 at 1.45.02 PM

Screenshot 2023-12-12 at 1.45.02 PM