latestOpenAPI 3.0.02026-08-232861531.0 MB
d3c75c2a2f1d
fileUploads
Create fileUpload
There are two ways to upload a file, base64 and multipart. <br/> For base64, you will need to describe the fields name, extension, patient, content-type, type and the image converted to base64. You can see a request example on the right side. <br/> For multipart: you will have to create an HTML form, with an input field type "file" named "file", as well as the other required fields, and submit the form <br/>
post/fileUploads
Request body
Response
Successful creation