
What is SynthID? Google's Invisible Watermark for Imagen, Veo, and Lyria
Definition: SynthID is Google's closed-source invisible watermarking system for AI-generated images, video, and audio. It embeds a spectral-domain signature that survives compression and resize but is detectable only by Google's own systems.
TL;DR: SynthID is robust and widely deployed, Google reports watermarking more than 10 billion pieces of content, but it is single-vendor and detector-locked. If you need portability, an open standard, and a manifest plus identity plus timestamp, SynthID alone does not get you there.
What SynthID actually marks
SynthID embeds a signal directly into generated pixels, frames, or audio samples rather than into metadata, so it persists through screenshots and re-encodes that strip a manifest. Google ships it across Imagen, Veo, and Lyria, and the Pixel 10 signs photos with both C2PA and SynthID. The trade is detection: only Google's tooling reads it, so a third party cannot independently confirm a SynthID mark the way they can verify a signature.
Closed detector versus open watermark
This is the core decision. SynthID's closed detector keeps the removal recipe out of attacker hands but also keeps verification inside Google. Open alternatives like Adobe's TrustMark publish the encoder and decoder, so any party can check a mark with no vendor call. Original Pictures uses TrustMark today as the soft-binding layer beneath the C2PA manifest for exactly this reason: independent verification matters more than secrecy for provenance.
When to use which
Use SynthID if you are already inside Google's generation stack and want a no-effort watermark. Use an open watermark plus a signed manifest plus a timestamp anchor if you need standards portability, third-party verification, and a record of who and when, not just "this was AI-made." The two are not mutually exclusive; a Pixel 10 photo carries both.
The incident behind this
The Pentagon-explosion image of 22 May 2023 carried no watermark of any kind. A SynthID-style mark would have signaled synthesis, but only a signed manifest on the authentic imagery would have let anyone prove the real photos were real in the moment markets moved.
FAQ
Can I verify SynthID without Google?
No. The detector is closed, so verification runs through Google's systems. Open watermarks like TrustMark and signed C2PA manifests can be verified by anyone, offline.
Does SynthID satisfy the EU AI Act?
A watermark alone is one layer. The Code of Practice second draft points to layered marking, signed metadata plus watermark plus fingerprint recovery. SynthID can be part of that stack but is not the whole answer.
Where Original Pictures stands today
Original Pictures ships three things today: a Sign API, a Verify API, and the SDKs that wrap them. One POST /v1/sign attaches a C2PA-format manifest, an invisible TrustMark watermark, and an OpenTimestamps anchor. The open-source verifier checks any of it without calling us.
Two things are on the near roadmap, and we name them as roadmap, not as shipped: C2PA Conformance Program recognition (target Q3 2026, until then our manifests use the published C2PA v2.2 format and any C2PA-aware validator can read them, but third-party validators will show our signer as not-yet-listed), and a consumer capture app (Q3 2026). We do not sell a capture SDK, and we do not claim Trust-List membership we do not yet hold.
Bottom line: SynthID is a strong watermark with a closed detector. For provenance you can verify without a vendor, pair an open watermark with a signed manifest and a timestamp anchor.
Related
Original Pictures is progressing through the C2PA Conformance Program; our signing certificate is not yet on the official C2PA Trust List. Target: Q3 2026. We will not describe ourselves as "C2PA-certified" until it is true.
Original Pictures provides content-provenance infrastructure. It does not by itself constitute legal compliance with the EU AI Act or any other regime; compliance depends on how you deploy it, your disclosures, and your governance. Figures are drawn from public reporting, verify against primary sources before citing in regulated materials. Nothing here is legal advice.
Last verified 2026-05-25. Author: Mahdi Kazempour, Founder, Original Pictures.