Is it possible to upload files with the API in EDC/CDMS?
It is possible to upload files into an “Upload file” field, e.g. with the endpoint:
/study/{study_id}/record/{record_id}/study-data-point/{field_id}
The file needs to be in the parameter "upload_file", while the "field_value" is to remain empty. The upload limit is 2 MB.