
An example text report alongside a CT scan
Uploading Documents to RedBrick AI
All documents must be uploaded programmatically and must be.txt files.
Please see the following JSON as an example:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upload and view text reports alongside medical images in RedBrick AI by adding .txt files as a series in your task using the items list format.

An example text report alongside a CT scan
.txt files.
Please see the following JSON as an example:
// example Items List
[
{
"name": "Task Name",
"series": [
{
"name": "Series Name",
"items": [
"file/path/to/images/1.2.156.14702.dcm",
]
},
{
"items": [
"file/path/to/report.txt"
]
}
]
}
]
Was this page helpful?