DeepStamp
DeepStamp Embed
Extract a TKG from your content and embed a structure-based watermark.
POST
DeepStamp proves that a piece of content originated from you, even after it has been rewritten or translated. Embedding extracts a Temporal Knowledge Graph (TKG) from your content and hides a watermark seeded by that structure.
Detection is covered in DeepStamp Detect.
DeepStamp is the product name; the API paths still say
fingerprint. Endpoints are /api/v1/fingerprint/embed and /api/v1/fingerprint/detect, and responses return fingerprint_id. There is no /api/v1/deepstamp/* endpoint.POST /api/v1/fingerprint/embed
Request Body
Provide eithercontent or url, not both.
string
Raw text to fingerprint. Maximum 50,000 characters.
string
URL of the source document to fingerprint.
string
default:"news"
Category of the content. One of
news, report, legal, internal. This also selects the default scoring weights used at detection time.object
Your own identifiers, stored with the fingerprint and echoed back on every match.
Response
string
Your content with the TKG-seeded zero-width watermark embedded. Distribute this version, not the original.
string
Unique fingerprint identifier (
fp_*). Store it alongside your internal article id.object
The structure extracted from your content.
string
ISO 8601 timestamp of when the fingerprint was embedded.

