List of APIs

EndpointMethodURLDescription

POST

Base_URL + /upload or Base_URL + /studies

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 + /compute/<SeriesInstanceUID>

Use this endpoint to initiate computation for the uploaded DICOMs. Append the SeriesInstanceUID in the request URL.

GET

Base_URL + /results/<SeriesInstanceUID>

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

GET

Base_URL + /results/<SeriesInstanceUID>

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

Last updated