It is possible to build integrations to the Silverbucket which are based on sending files which have the data to import in Silverbucket. These files can be in csv or JSON format. By default there is not any import active in Silverbucket environments, so if you wish to deliver information to the Silverbucket in this way, please contact our support to discuss about the details.
You can send the files to the following endpoint:
https://<your_environment_url>/api/1.0/uploader/upload_file/
You can use curl command-line tool with the following syntax:
curl -H 'Authorization: Token <token>' -F 'file=@/path/to/file/file_to_upload.csv' https://<your_environment_url>/api/1.0/uploader/upload_file/