From 8b9b5176dcbfaa138f9e3c795841767c3d929b37 Mon Sep 17 00:00:00 2001 From: Bill Huang Date: Wed, 19 Aug 2026 02:52:42 -0400 Subject: [PATCH 1/2] Declare Trufo's Soft Binding Resolution API endpoint for entries 8 and 9. Adds softBindingResolutionApis (https://c2pa.trufo.ai) to the ai.trufo.pawprint.watermark and ai.trufo.pawprint.fingerprint entries, implementing the standard Soft Binding Resolution API for C2PA manifest recovery. --- softbinding-algorithm-list.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index 207fe74..fe1178e 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -122,7 +122,10 @@ "dateEntered": "2024-08-14T15:00:00.000Z", "contact": "support@trufo.ai", "informationalUrl": "https://trufo.ai/watermarks" - } + }, + "softBindingResolutionApis": [ + "https://c2pa.trufo.ai" + ] }, { "identifier": 9, @@ -138,7 +141,10 @@ "dateEntered": "2024-08-14T15:00:00.000Z", "contact": "support@trufo.ai", "informationalUrl": "https://trufo.ai/watermarks" - } + }, + "softBindingResolutionApis": [ + "https://c2pa.trufo.ai" + ] }, { "identifier": 10, From ad462091b07fba8ba91cb7597dec8b737eeeda5e Mon Sep 17 00:00:00 2001 From: Bill Huang Date: Wed, 19 Aug 2026 04:15:50 -0400 Subject: [PATCH 2/2] Version the resolution API base URI as /v1. --- softbinding-algorithm-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softbinding-algorithm-list.json b/softbinding-algorithm-list.json index fe1178e..ccfd4c4 100755 --- a/softbinding-algorithm-list.json +++ b/softbinding-algorithm-list.json @@ -124,7 +124,7 @@ "informationalUrl": "https://trufo.ai/watermarks" }, "softBindingResolutionApis": [ - "https://c2pa.trufo.ai" + "https://c2pa.trufo.ai/v1" ] }, { @@ -143,7 +143,7 @@ "informationalUrl": "https://trufo.ai/watermarks" }, "softBindingResolutionApis": [ - "https://c2pa.trufo.ai" + "https://c2pa.trufo.ai/v1" ] }, {