Are you looking for a framework-specific SDK? Check the Getting Started guides
in the sidebar.
Step By Step Guide
This guide will walk you through the essential steps to integrate the Dromo Uploader into your JavaScript application.1
2
Initialize the Uploader
Create an instance of For full details on constructor parameters, see the DromoUploader SDK Reference.
DromoUploader
. You’ll need your Dromo front-end license key, and to define your fields, settings, and user metadata.3
Register Callbacks (Optional)
You can register callbacks to handle events like data processing or when results are ready.
4
Open the Uploader
Call
dromo.open()
to launch the Dromo import interface.Basic Example
To use the example below, replace"FRONTEND_API_KEY"
with your frontend license key from the Dromo dashboard.