Introduction
The package name is totalum-api-sdk
.
Use the Totalum API SDK to query, filter, modify, create, and delete Totalum data without limits.
You can also use the API SDK to generate PDFs, perform OCR on images or PDFs, access ChatGPT, and more.
Ways to Use the API SDK
Using the totalumSdk for JavaScriptβ
This is the easiest way to use the API, as it is an npm package with TypeScript that provides autocomplete for methods and offers a simpler interface for interacting with the API.
Check the SDK documentation here: Totalum SDK Installation, and Using the SDK
Using the API Directlyβ
If you do not want or cannot use the SDK, you can use the Totalum REST API directly.
ACCESS THE TOTALUM API DOCUMENTATION