Skip to contents

Retrieves authenticity verification data for an artwork. This powers the certificate of authenticity and verification badges on artwork pages.

Verification includes: artist identity confirmation, canvas integrity check, signature detection, stats validation, and image uniqueness.

Note: Currently returns hardcoded TRUE values for verification flags. The verification pipeline sets these during processing.

Usage

getVerificationInfo(artist, artwork, cn = NULL)

Arguments

artist

Artist UUID

artwork

Artwork UUID

cn

Optional database connection for query batching

Value

List with verification flags and metadata: verified_utc, artist_verified, canvas_verified, signature_detected, signature_matched, stats_confirmed, unique_image, sign_path