Pathnovo Logo
GET/api/v1/classification/documents/{document_id}🔒 Auth required

Get the classification for a document

Path parameters

NameTypeDescription
document_idUUIDDocument ID

Responses

200SuccessClassificationResponse
{
  "id": "UUID",
  "document_id": "UUID",
  "doc_type_id": "UUID",
  "doc_type_name": "str | null",
  "bucket": "str | null",
  "confidence": "int",
  "method": "str",
  "is_manual_override": "bool",
  "created_at": "datetime"
}