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

get_verification_info(artist, artwork, cn = NULL)

Arguments

artist

Character. Artist UUID (format: "746bxxxx-xxxx-xxxx-xxxxxxxxxxxx"). Validated with artcore::validate_uuid() where applicable.

artwork

Character. Artwork UUID (format: "99xxxxxx-xxxx-xxxx-xxxxxxxxxxxx"). Validated with artcore::validate_uuid() where applicable.

cn

Database connection. If NULL, creates a connection via artcore::dbc() and closes it on exit. Pass an existing connection to batch multiple queries efficiently.

Value

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