Once the document is submitted and processed, check its processing status by examining the document information. It is retrieved with a GET
request containing the document URI. When the document is processed, retrieve its extractions and layout.
Request
Headers
Header | Value |
---|---|
|
|
Response
Headers
Status Code | Description |
---|---|
200 (OK) | Operation is successful. |
Header | Value |
---|---|
|
|
Body (application/vnd.gini.v1+json)
Key | Child Key | Type | Description |
---|---|---|---|
|
| Document qnique identifier (such as UUID Version 1). | |
|
| Document name (as stated in upload). | |
|
| Number of pages. | |
|
| Document creation unix timestamp (in milliseconds). | |
|
| Document source channel: | |
|
| Document processing status: | |
|
| Classification of the source file: | |
|
| Document page number. | |
|
| Pre-rendered page image URIs. | |
|
| List of related resources, e.g. found extractions or document layout. | |
|
| Document extractions URI | |
|
| Document layout URI. | |
|
| Processed document URI. | |
|
| Document URI. |
Errors
Status Code | Description |
---|---|
404 (Not Found) | Returned when no document can be found under specific URI. |