From f1da70cdb8619d68ea1d3162f64c0dd9d4a84dd7 Mon Sep 17 00:00:00 2001 From: David Owczarek Date: Wed, 26 Nov 2025 09:35:44 -0500 Subject: [PATCH] Add ContentLens soft binding algorithms (IDs 21-25) --- softbinding-algorithm-list.json | 70 +++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index cf49e71..a3c5082 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -296,5 +296,75 @@ "contact": "rai_provenance@microsoft.com", "informationalUrl": "https://arxiv.org/abs/2308.12770" } + }, +{ + "identifier": 21, + "alg": "ai.contentlens.image.basewmk", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "entryMetadata": { + "description": "ContentLens Image Watermarking (Base)", + "dateEntered": "2025-11-26T14:30:00.000Z", + "contact": "team@contentlens.ai", + "informationalUrl": "https://api.contentlens.tech/docs" + } + }, + { + "identifier": 22, + "alg": "ai.contentlens.image.ensemblewmk", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "entryMetadata": { + "description": "ContentLens Image Watermarking (Ensemble)", + "dateEntered": "2025-11-26T14:30:00.000Z", + "contact": "team@contentlens.ai", + "informationalUrl": "https://api.contentlens.tech/docs" + } + }, + { + "identifier": 23, + "alg": "ai.contentlens.image.customwmk", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "entryMetadata": { + "description": "ContentLens Image Watermarking (Custom)", + "dateEntered": "2025-11-26T14:30:00.000Z", + "contact": "team@contentlens.ai", + "informationalUrl": "https://api.contentlens.tech/docs" + } + }, + { + "identifier": 24, + "alg": "ai.contentlens.audio.mono", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "entryMetadata": { + "description": "ContentLens Audio Watermarking (Mono)", + "dateEntered": "2025-11-26T14:30:00.000Z", + "contact": "team@contentlens.ai", + "informationalUrl": "https://api.contentlens.tech/audio/docs" + } + }, + { + "identifier": 25, + "alg": "ai.contentlens.audio.stereo", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "entryMetadata": { + "description": "ContentLens Audio Watermarking (Stereo)", + "dateEntered": "2025-11-26T14:30:00.000Z", + "contact": "team@contentlens.ai", + "informationalUrl": "https://api.contentlens.tech/audio/docs" + } } ]