@idkollen/client
    Preparing search index...

    Interface DocumentUploadResponse

    Response from the document upload endpoint.

    interface DocumentUploadResponse {
        hash: string;
        id: string;
    }
    Index

    Properties

    Properties

    hash: string

    SHA hash of the uploaded document for integrity verification.

    id: string

    Document UUID — pass this as a reference in signing requests.