List of APIs

EndpointMethodURLDescription

POST

Base_URL + /studies or Base_URL + /upload

Use this endpoint to upload DICOM images. The endpoint accepts DICOM files for analysis. Ensure that the files adhere to the specified DICOM standards and include all necessary metadata.

GET

Base_URL + /results/<SOPInstanceUID> or Base_URL + /results/<SeriesInstanceUID>

This endpoint is used to fetch the diagnostic results of the uploaded DICOM images. Append the SeriesInstanceUID or the SOPInstanceUID in the request URL.

Last updated