Saltar al contenido principal

Introduction

Use the Totalum API to query, filter, modify, create, and delete Totalum data without limits. You can also use the API to generate PDFs, perform OCR on images or PDFs, access ChatGPT, and more.

Ways to Use the API

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