Compute Hash
compute_hashFull Description
Compute the SHA-256 hash of text content. Useful for creating a fingerprint of content for verification purposes.
Parameters (1 required)
textstringThe text content to hash
ProofX protects your digital content with cryptographic signatures.
What you can do:
How it works: 1. Connect your ProofX account (free signup at proofx.co.uk) 2. Ask ChatGPT to protect your content 3. Get a verification link anyone can use to prove you created it
Used by 300+ creators including photographers, writers, journalists, and musicians.
compute_hashCompute the SHA-256 hash of text content. Useful for creating a fingerprint of content for verification purposes.
textstringThe text content to hash
get_creatorLook up a ProofX creator's profile, including their identity, certificate details, and content count. Use this when a user wants to learn about a content creator registered on ProofX.
creator_idstringThe ProofX creator ID (8-character hex string, e.g. 'c1c15c6c')
my_accountShow the current user's ProofX account information including their creator ID, plan, and content count. Use this when a user wants to check their ProofX account status.
protect_contentRegister and protect digital content with ProofX cryptographic signatures. Computes the SHA-256 hash and registers it with ProofX for tamper-proof protection. Use this when a user wants to protect their text, article, poem, script, code, or other content they created. The user must provide their creator_id (get one free at proofx.co.uk).
content_textstringThe text content to protect (article, poem, script, code, lyrics, etc.)
creator_idstringProofX creator ID (8-char hex). If not provided, uses the authenticated session. Get one free at proofx.co.uk
titlestringA title for the content being protected
Untitledverify_contentCheck if digital content is protected with ProofX. Returns the creator, protection date, signature status, and content details. Use this when a user wants to verify if an image, video, or document has been registered with ProofX.
content_idstringThe ProofX content ID (8-character hex string, e.g. 'a1b2c3d4')
verify_hashVerify content authenticity by its SHA-256 hash. Use this when a user has a file and wants to check if it's been registered with ProofX without uploading it. The user should compute the SHA-256 hash of their file first.
hashstringThe SHA-256 hash of the file (64-character hex string)