Skip to main content
GET
Get Proof Page Metadata
Returns metadata for a consumer content protection record. Use this endpoint to render proof pages that show what was protected, when, and by whom — without requiring authentication. This is a public endpoint. No API key or bearer token is needed. It is designed for proof page rendering and link previews (e.g. Open Graph metadata for shared proof URLs).

Parameters

uuid
required
The attestation ID linked to the consumer protection. This is the same ID returned in the attestation_id field of the Protect Content response.

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Path Parameters

attestation_id
string<uuid>
required

The attestation ID linked to the consumer protection.

Response

Proof page metadata

attestation_id
string<uuid>
title
string
description
string
content_type
string

MIME type of the protected content.

file_name
string
file_size
integer

File size in bytes.

content_hash
string

SHA-256 hash of the protected content.

category
string
protected_at
string<date-time>

Timestamp when the content was protected (RFC 3339).