Overview
This section of the customer portal provides the documentation for our SDKs. The SDKs are the recommended way to integrate our product into your platform. They take care of most of the heavy lifting for you and speed up the integration process. If you just got here, we recommend first reading our Integration guidelines, otherwise, read on.
How to choose?
If your platform is a web platform / web app, the best choice is likely our JavaScript frontend SDK. This allows to perform most functionality directly in your frontend, as well as the communication with IntelliProve's systems. You will only need your backend to store your API-key and request action tokens, which you can then use in your frontend.
If your system has a dedicated backend, i.e. in Python or Node.JS and you prefer to perform most of the communication with us through that backend, we recommend the Python SDK or NodeJS SDK. These SDK's will provide the necessary tooling to accomplish this. Typically, this means your frontend will do things like record the video, but will always rely on your backend for actually sending it to IntelliProve.