Fetch Results (for X-Rays)

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

Related Guides: For X-Rays

Overview

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

API Format

GET /results/<SOPInstanceUID>

Request Formats

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

Last updated