Skip to main content
GET
Get Document Intelligence
Retrieve the results of a document intelligence extraction job.
The results object contains the extracted field values with the same keys you specified when creating the job. Values are automatically typed based on the field type (text, number, or date).

Authorizations

Authorization
string
header
required

API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}

Path Parameters

id
string<uuid>
required

Document intelligence job UUID

Response

200 - application/json

Successful response

id
string<uuid>
required

Document intelligence job UUID

created_at
string<date-time>
required

Job creation timestamp

attachments
object[]
required

Array of processed documents

results
object
required

Extraction results: the extracted fields, a validation assessment, and the detected document type.

Example:
updated_at
string<date-time>

Last update timestamp

language
string

Document language detected or specified

level
enum<string> | null

The quality level this extraction ran at, and therefore the rate it was billed at per page ('fast' 3 credits per page, 'advanced' 6). Null for extractions created before levels existed.

Available options:
fast,
advanced
creator
object

User who created the job

usage
object

Token usage statistics for the AI processing