uploading protocol data to CDD vault with REST API

Hi All,

Has anyone been successful at uploading protocol data to cdd vault directly from KNIME? would love to hear how a working example works.

Thanks in adavnce,

Lee

Hello @l6fader,

Since you mentioned “uploading”, I assume you are looking for an example for bulk import using Slurps API as mentioned here.

You can use the POST Request node to send data files as multipart/form-data. Here is a workflow example how to create and send multipart/form-data: