Response fields
object
document
object
bucketId
integer
documentId
string (format: uuid)
Unique system generated ID for the document
fileName
string
fileSize
string
The file size of the file stored in GroundX
fileType
string
The type of document (one of the seven currently supported file types)
processId
string (format: uuid)
Unique system generated ID for the ingest request
searchData
object
sourceUrl
string (format: uri)
Source document URL
status
string
statusMessage
string
xrayUrl
string (format: uri)
Document X-Ray results
1{2"document": {3"bucketId": 0,4"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",5"fileName": "string",6"fileSize": "1.4MB",7"fileType": "txt",8"processId": "9e0ad09b-5150-48c0-aded-707587048fd9",9"searchData": {},10"sourceUrl": "http://example.com",11"status": "queued",12"statusMessage": "string",13"xrayUrl": "http://example.com"14}15}