Fetch Results (for qCT)

Learn how to fetch results for your uploaded DICOMs using the /results API.

Related Guides: For qCT

Overview

You can use the /results API to fetch the diagnostic results of the uploaded DICOM images. Append the SeriesInstanceUID in the request URL.

API Format

GET /results/<SeriesInstanceUID>

Request Formats

curl -X GET \\
-L 'Base_URL/results/<SeriesInstanceUID>' \\
-H 'Authorization: Token <PASTE_YOUR_TOKEN>' \\
-H 'Source: <PASTE_YOUR_SOURCE>' \\
-H 'User-Agent: <YOUR_USER_AGENT>'

Last updated