Parameter | Type | Description | Example |
object | Describes key information about a document. | ||
id | integer | Primary key ID of the document. | 6731 |
folderId | string | Folder ID. Get this value from related APIs or the product frontend interface. | adafb91d4e014e2eb4d0a5375b547115 |
folderName | string | Folder name. | 123/abc/ folder1 |
jobId | string | Parsing or extraction job ID. Get this value from related APIs or the product frontend interface. | 74ec62f4f4e74e5882d4086a40f2b9c6 |
jobStatus | string | Job status. | PARSING_COMPLETED |
docName | string | Document name. | 123/abc/ doc1.pdf |
originDocName | string | Original document name. | 123/abc/doc1.pdf/.doc/docx/csv/xlsx/txt |
docUrl | string | Document URL. | https://carbon-aidoc.oss-cn-hangzhou.aliyuncs.com/jobs/jobid/document/documentid/docName |
originDocUrl | string | Original document URL. | https://carbon-aidoc.oss-cn-hangzhou.aliyuncs.com/jobs/jobid/document/documentid/originDocName |
docHash | string | Document hash value. | 5335c8828ccf735a500ed636590c713a94daf6cdacc90237733035cc5a152afb_1760513801010 |
createTime | string | Creation time (UTC+8). | 2025-09-08T17:04:28.000+08:00 |
updateTime | string | Update time (UTC+8). | 2025-09-08T17:04:28.000+08:00 |