From f14219d4652567cb7e437e836f016792dc88dae2 Mon Sep 17 00:00:00 2001 From: AiWatermark Date: Sun, 8 Mar 2026 12:49:08 -0700 Subject: [PATCH 1/3] =?UTF-8?q?Register=20VideoSeal=20soft=20binding=20alg?= =?UTF-8?q?orithm=20=E2=80=94=20AIWatermark.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- softbinding-algorithm-list.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 2cd0a91..5bf1abe 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -397,7 +397,7 @@ "informationalUrl": "https://en.markany.com/contentssecurity" } }, - { + { "identifier": 28, "alg": "com.verimatrix.watermark.1", "type": "watermark", @@ -410,5 +410,26 @@ "contact": "c2pa@verimatrix.com", "informationalUrl": "https://www.verimatrix.com/c2pa/watermarking/" } + }, + { + "identifier": 29, + "alg": "com.aiwatermark.videoseal.1", + "type": "watermark", + "decodedMediaTypes": [ + "video" + ], + "encodedMediaTypes": [ + "video/mp4", + "video/webm" + ], + "entryMetadata": { + "description": "Neural video watermarking using Meta FAIR's VideoSeal model, providing perceptually invisible soft-binding watermarks in video content. Supports MP4/WebM. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/videoseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] } ] From 216abc2f8b7bdfea261c6ca88c4e4e47d41e620d Mon Sep 17 00:00:00 2001 From: AiWatermark Date: Sun, 8 Mar 2026 13:22:06 -0700 Subject: [PATCH 2/3] =?UTF-8?q?Add=20PixelSeal=20(image)=20and=20AudioSeal?= =?UTF-8?q?=20(audio)=20=E2=80=94=20AIWatermark.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- softbinding-algorithm-list.json | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 5bf1abe..f69b484 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -431,5 +431,50 @@ "softBindingResolutionApis": [ "https://aiwatermark.com/api/v1/resolve" ] + }, + { + "identifier": 30, + "alg": "com.aiwatermark.pixelseal.1", + "type": "watermark", + "decodedMediaTypes": [ + "image" + ], + "encodedMediaTypes": [ + "image/png", + "image/jpeg", + "image/webp" + ], + "entryMetadata": { + "description": "Neural image watermarking using Meta FAIR's PixelSeal model, providing perceptually invisible soft-binding watermarks in image content. Embeds a 256-bit payload robust to common image transformations. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/pixelseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] + }, + { + "identifier": 31, + "alg": "com.aiwatermark.audioseal.1", + "type": "watermark", + "decodedMediaTypes": [ + "audio" + ], + "encodedMediaTypes": [ + "audio/mpeg", + "audio/wav", + "audio/flac", + "audio/mp4" + ], + "entryMetadata": { + "description": "Neural audio watermarking using Meta FAIR's AudioSeal model, providing imperceptible soft-binding watermarks in audio content. Supports localized detection of watermarks within audio segments. Integrates with C2PA manifest resolution via the AIWatermark Soft Binding Resolution API.", + "dateEntered": "2026-03-08T00:00:00.000Z", + "contact": "jonathan@aiwatermark.com", + "informationalUrl": "https://aiwatermark.com/algorithms/audioseal-v1" + }, + "softBindingResolutionApis": [ + "https://aiwatermark.com/api/v1/resolve" + ] } ] From 0d76b2a915590828cf115ee2fb2c5d9d5c0f7394 Mon Sep 17 00:00:00 2001 From: AiWatermark Date: Wed, 18 Mar 2026 10:36:59 -0700 Subject: [PATCH 3/3] Update softBindingResolutionApis base URL to comply with C2PA SBR-API OpenAPI spec Change registered API endpoint from /api/v1/resolve to /api/v1 (base URL), so validators correctly append /matches/byBinding per the OpenAPI 1.1.0 spec. Co-Authored-By: Claude Sonnet 4.6 --- softbinding-algorithm-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index f69b484..7149dc1 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -429,7 +429,7 @@ "informationalUrl": "https://aiwatermark.com/algorithms/videoseal-v1" }, "softBindingResolutionApis": [ - "https://aiwatermark.com/api/v1/resolve" + "https://aiwatermark.com/api/v1" ] }, { @@ -451,7 +451,7 @@ "informationalUrl": "https://aiwatermark.com/algorithms/pixelseal-v1" }, "softBindingResolutionApis": [ - "https://aiwatermark.com/api/v1/resolve" + "https://aiwatermark.com/api/v1" ] }, { @@ -474,7 +474,7 @@ "informationalUrl": "https://aiwatermark.com/algorithms/audioseal-v1" }, "softBindingResolutionApis": [ - "https://aiwatermark.com/api/v1/resolve" + "https://aiwatermark.com/api/v1" ] } ]