Skip to main content
GET
/
reference-documents
List uploaded reference documents
curl --request GET \
  --url https://api.artosai.com/reference-documents \
  --header 'Authorization: Bearer <token>'
[
  {
    "referenceDocumentId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "filename": "<string>",
    "upload_date": "2023-11-07T05:31:56Z",
    "file_size": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of reference documents

referenceDocumentId
string
name
string
description
string
filename
string
upload_date
string<date-time>
file_size
integer