Skip to content
Get started

Create a report addendum

post/v1/autoScribe/reports/{reportId}/addendum

Initiates the creation of an addendum to an existing completed report. The study status will change to 'addendum_active' allowing the radiologist to dictate additional findings.

Path ParametersExpand Collapse
reportId: string

Unique report identifier. Format: rep_{32-hex-chars}

ReturnsExpand Collapse
success: boolean
message: optional string
Create a report addendum
curl https://api.avarasoftware.com/v1/autoScribe/reports/$REPORT_ID/addendum \
    -X POST \
    -H "Authorization: Bearer $AVARA_API_KEY"
{
  "success": true,
  "message": "message"
}
Returns Examples
{
  "success": true,
  "message": "message"
}