Check whether a content hash already has existing public protections.
Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/consumer/similarityvisibility: "public" are searched. Private protections are never returned.
| Field | Type | Description |
|---|---|---|
content_hash | string | The hash you submitted, echoed back for confirmation. |
exact_match | boolean | true if at least one public protection exists for this hash. |
matches | array | Up to 10 matching protections, ordered by creation date. |
matches[].attestation_id | string | Attestation ID of the matching protection. |
matches[].title | string | Title of the matching protection. |
matches[].category | string | Content category (e.g. photography, code, design). |
matches[].similarity_score | number | Always 1.0 for exact hash matches. |
matches[].protected_at | string | ISO 8601 timestamp when the content was protected. |
matches[].owner_username | string | Public username of the protection owner, if set. |
total | integer | Total number of matches found. |