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
- Install cUrl on your machine.
Create a
.zip
archive containing all study data files.
📥Upload Steps (using cURL)
Open Command Prompt
(Windows: press <Windows Key>, type
cmd
, hit <Enter>)Get Your API Key
Navigate in MyRBQM:
Settings > Study Data > Upload via API
→ Copy the API Key (specific to your study)
Run the cURL Command below
Replace
XXXX
with your API key anddata.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
- Fetch Study Data and process it
- Delete Study Data (for Non-Live Studies only)
- Manage Recent Study Data