Skip to content

Commit 216abc2

Browse files
aiwatermarkclaude
andcommitted
Add PixelSeal (image) and AudioSeal (audio) — AIWatermark.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f14219d commit 216abc2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

softbinding-algorithm-list.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,50 @@
431431
"softBindingResolutionApis": [
432432
"https://aiwatermark.com/api/v1/resolve"
433433
]
434+
},
435+
{
436+
"identifier": 30,
437+
"alg": "com.aiwatermark.pixelseal.1",
438+
"type": "watermark",
439+
"decodedMediaTypes": [
440+
"image"
441+
],
442+
"encodedMediaTypes": [
443+
"image/png",
444+
"image/jpeg",
445+
"image/webp"
446+
],
447+
"entryMetadata": {
448+
"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.",
449+
"dateEntered": "2026-03-08T00:00:00.000Z",
450+
"contact": "jonathan@aiwatermark.com",
451+
"informationalUrl": "https://aiwatermark.com/algorithms/pixelseal-v1"
452+
},
453+
"softBindingResolutionApis": [
454+
"https://aiwatermark.com/api/v1/resolve"
455+
]
456+
},
457+
{
458+
"identifier": 31,
459+
"alg": "com.aiwatermark.audioseal.1",
460+
"type": "watermark",
461+
"decodedMediaTypes": [
462+
"audio"
463+
],
464+
"encodedMediaTypes": [
465+
"audio/mpeg",
466+
"audio/wav",
467+
"audio/flac",
468+
"audio/mp4"
469+
],
470+
"entryMetadata": {
471+
"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.",
472+
"dateEntered": "2026-03-08T00:00:00.000Z",
473+
"contact": "jonathan@aiwatermark.com",
474+
"informationalUrl": "https://aiwatermark.com/algorithms/audioseal-v1"
475+
},
476+
"softBindingResolutionApis": [
477+
"https://aiwatermark.com/api/v1/resolve"
478+
]
434479
}
435480
]

0 commit comments

Comments
 (0)