Package Information
Downloads: 53 weekly / 114 monthly
Latest Version: 1.0.8
Author: CHECKHC
Documentation
ProofOfAuthenticity
Developed by CHECKHC - Blockchain content certification experts
Overview
ProofOfAuthenticity is an n8n community node that provides blockchain timestamping with optional AI authenticity detection and C2PA content authenticity metadata.
Features
- Blockchain Timestamping - SHA-256 hash certified on Solana blockchain
- AI Authenticity Detection - Detect AI-generated vs human-created content
- C2PA Integration - Content Authenticity Initiative standard metadata
Operations
Create Certificate
Certify content with blockchain timestamp.
| Parameter | Description |
|---|---|
| Input Type | URL or Base64 |
| File URL/Data | The file to certify |
| Title | Certificate title (required) |
| Author | Author name (optional) |
| Description | Description (optional) |
| Certification Mode | Simple or AI + C2PA |
Download C2PA File
Download the C2PA signed image file as binary output. Use this after creating a certificate with AI + C2PA mode.
| Parameter | Description |
|---|---|
| C2PA Download URL | The c2pa_download_url returned by Create Certificate (AI mode) |
| Binary Property Name | Output binary property name (default: c2pa_file) |
Output: Binary file with C2PA metadata embedded.
Download PDF Certificate
Download the PDF certificate as binary output.
| Parameter | Description |
|---|---|
| IV Storage ID | The iv_storageid returned by Create Certificate |
| Binary Property Name | Output binary property name (default: pdf_certificate) |
Output: PDF document with certification details.
List Certificates
List blockchain certificates with optional filters (hash, filename, signature).
Installation
Via n8n Community Nodes
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-proofofauthenticity - Click Install
Manual Installation
cd ~/.n8n/nodes
yarn add n8n-nodes-proofofauthenticity
Configuration
- Create a credential of type ProofOfAuthenticity API
- Enter your DigiCryptoStore instance URL
- Enter your API Key (Settings > API Keys)
Support
- GitHub: Issues/Discussions
- Email: contact@checkhc.net
- Website: https://checkhc.net
License
MIT
Powered by CHECKHC
