Study Settings - Study Data

Upload Study Data via API

MyRBQM provides a REST API to upload study data. This Data Upload API can be used with any modern technology (e.g., Python, C#, Java, JavaScript) that supports HTTP requests.


✅ Prerequisites

  1. Install cUrl on your machine.
  2. Create a .zip archive containing all study data files.


📥Upload Steps (using cURL)

  1. Open Command Prompt

    (Windows: press <Windows Key>, type cmd , hit <Enter>)

  2. Get Your API Key

    Navigate in MyRBQM:

    Settings > Study Data > Upload via API

    → Copy the API Key (specific to your study)

  3. Run the cURL Command below

    Replace XXXX with your API key and data.zip with your archive name and folder:

curl https://portal.cyntegrity.com/file_upload/stream -i -H "APIKEY:XXXX" -H "Content-Type: application/octet-stream" --data-binary "@C:\temp\data.zip"

If you're using the UAT environment, the URL differs.

Check the correct URL under Settings > Study Data > Upload via API .

Under MyRBQM > Settings > Study Data > Upload via API you can find enhanced instructions how to upload multiple files in a single session and also how to use zip passwords in your study.

Upload Study Data via Browser

  1. Fetch Study Data and process it
  2. Delete Study Data (for Non-Live Studies only)
  3. Manage Recent Study Data
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us