Initiate Computation (for CTs)

Learn how to initiate computation(processing) for uploaded DICOMs with the /compute API.

Related Guides: For CTs

Overview

You can use the /compute API to initiate computation for the uploaded DICOMs. Append the SeriesInstanceUID in the request URL.

API Format

GET /compute/<SeriesInstanceUID>

Request Formats

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

Last updated