Skip to main content

DocumentAIReferenceDto

Reference to a Document AI document.

iduuidrequired

The Document AI document ID.

Example: a1b2c3d4-e5f6-7890-abcd-ef1234567890
companyNamestringnullable

The company name in Document AI that owns this document. Null when referencing a tenant-scoped document rather than a company-scoped document.

Example: kaunt
DocumentAIReferenceDto
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"companyName": "kaunt"
}