v2

latestOpenAPI 3.0.0raw.githubusercontent.com2025-05-154614.1 KB
RT Structures

Standardize RT Structure Names

Standardizes a list of Radiation Therapy structure names using Aitrium's RT Plan Standardizer.

post/structures/standardize

Request body

languagestring

The primary language of the original_name fields (e.g., 'en', 'fr').

project_idstring uuid nullable

Optional project ID for context-specific standardization rules.

Example request

{
  "structures": [
    {
      "structure_type": "VOLUME",
      "dose_reference_type": "ORGAN_AT_RISK",
      "target_prescription_dose": 50.4,
      "observation_type": "PTV",
      "structure_volume": 120.5,
      "body_part_examined": "HEAD_NECK"
    }
  ],
  "language": "en"
}

Response

Successfully standardized structures.