Skip to content

Get processed document result

GET
/api/vision/{id}

Fetches the results of a processed document by its ID, including status, quality analysis, and extracted data.

Authorizations

bearer
TypeHTTP (bearer)

Parameters

Path Parameters

id*

The ID of the document processing job

Typestring
Required
formatuuid

Responses

Vision processing result
application/json
JSON
{
"id": "string",
"accountId": "string",
"fileUrl": "string",
"processingStep": "string",
"status": "string",
"confidence": 0,
"errors": "string",
"documentType": "string",
"qualityDetails": {
"feedback": "string",
"overallScore": 0,
"scoreBreakdown": {
"sharpness": 0,
"readability": 0,
"textQuality": 0,
"skewAndAlignment": 0
}
},
"data": {
"isSigned": true,
"otherBox": true,
"dateSigned": "string",
"addressStreet": "string",
"addressCityStateZip": "string",
"nameOfEntityIndividual": "string",
"federalTaxClassification": [
"string"
],
"employerIdentificationNumber": 0
},
"updatedAt": "string",
"createdAt": "string"
}

Playground

Authorization
Variables
Key
Value

Samples