Skip to content

Commit f1da70c

Browse files
Add ContentLens soft binding algorithms (IDs 21-25)
1 parent f88c7bf commit f1da70c

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

softbinding-algorithm-list.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,75 @@
296296
"contact": "[email protected]",
297297
"informationalUrl": "https://arxiv.org/abs/2308.12770"
298298
}
299+
},
300+
{
301+
"identifier": 21,
302+
"alg": "ai.contentlens.image.basewmk",
303+
"type": "watermark",
304+
"decodedMediaTypes": [
305+
"image"
306+
],
307+
"entryMetadata": {
308+
"description": "ContentLens Image Watermarking (Base)",
309+
"dateEntered": "2025-11-26T14:30:00.000Z",
310+
"contact": "[email protected]",
311+
"informationalUrl": "https://api.contentlens.tech/docs"
312+
}
313+
},
314+
{
315+
"identifier": 22,
316+
"alg": "ai.contentlens.image.ensemblewmk",
317+
"type": "watermark",
318+
"decodedMediaTypes": [
319+
"image"
320+
],
321+
"entryMetadata": {
322+
"description": "ContentLens Image Watermarking (Ensemble)",
323+
"dateEntered": "2025-11-26T14:30:00.000Z",
324+
"contact": "[email protected]",
325+
"informationalUrl": "https://api.contentlens.tech/docs"
326+
}
327+
},
328+
{
329+
"identifier": 23,
330+
"alg": "ai.contentlens.image.customwmk",
331+
"type": "watermark",
332+
"decodedMediaTypes": [
333+
"image"
334+
],
335+
"entryMetadata": {
336+
"description": "ContentLens Image Watermarking (Custom)",
337+
"dateEntered": "2025-11-26T14:30:00.000Z",
338+
"contact": "[email protected]",
339+
"informationalUrl": "https://api.contentlens.tech/docs"
340+
}
341+
},
342+
{
343+
"identifier": 24,
344+
"alg": "ai.contentlens.audio.mono",
345+
"type": "watermark",
346+
"decodedMediaTypes": [
347+
"audio"
348+
],
349+
"entryMetadata": {
350+
"description": "ContentLens Audio Watermarking (Mono)",
351+
"dateEntered": "2025-11-26T14:30:00.000Z",
352+
"contact": "[email protected]",
353+
"informationalUrl": "https://api.contentlens.tech/audio/docs"
354+
}
355+
},
356+
{
357+
"identifier": 25,
358+
"alg": "ai.contentlens.audio.stereo",
359+
"type": "watermark",
360+
"decodedMediaTypes": [
361+
"audio"
362+
],
363+
"entryMetadata": {
364+
"description": "ContentLens Audio Watermarking (Stereo)",
365+
"dateEntered": "2025-11-26T14:30:00.000Z",
366+
"contact": "[email protected]",
367+
"informationalUrl": "https://api.contentlens.tech/audio/docs"
368+
}
299369
}
300370
]

0 commit comments

Comments
 (0)