Skip to main content

DocumentExtractionInfoResult

Information about the document extraction request. This is only set if Kaunt Document AI is used as the document extraction service.

documentIdstringrequired

The Document AI Document ID for the sent document

extractionUrlstringrequired

The URL to check the status of the document extraction request

DocumentExtractionInfoResult
{
"documentId": "string",
"extractionUrl": "string"
}