Skip to contents

Retrieves the extended artwork profile including AI-generated description, primary category, and style classification. Use this for artwork detail pages where you need the full narrative description.

The profile is generated during artwork processing and contains curated content suitable for public display.

Usage

get_artwork_profile_full(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: category, description, style_summary, and additional profile fields