GET https://detect.samsa.ai/v1/public/detect/info
curl
curl https://detect.samsa.ai/v1/public/detect/info
Risposta
| Campo | Tipo | Descrizione |
|---|---|---|
service | string | Identificativo del servizio. |
methods[] | array | I metodi di rilevamento applicati, ciascuno con type (metadata o watermark), role (authoritative o corroboration) e description. |
retention | string | La politica di conservazione, in forma discorsiva. |
external_verification | object | Link per verificare i risultati indipendentemente da Samsa. Attualmente c2pa. |
result_pdf_availability_hours | integer | Per quanto tempo un PDF di risultato firmato resta scaricabile. |
marking_techniques[] | array | Informazioni di integrazione e accesso per ogni tecnica — vedi sotto. |
info_page_url | string | URL della versione leggibile dalle persone di questa informazione. |
Tecniche di marcatura
Ogni voce dimarking_techniques[] descrive una tecnica:
| Campo | Tipo | Descrizione |
|---|---|---|
id | string | ID stabile della tecnica: c2pa, trustmark-q, pixelseal o video-seal. |
kind | enum | metadata o watermark. |
modalities[] | array | A quali tra image e video si applica la tecnica. |
display_name | string | Nome leggibile. |
description | string | Che cos’è la tecnica e che ruolo ha nel verdetto. |
algorithm_id | string | null | L’ID dell’algoritmo elencato da C2PA. null per C2PA stesso, che è un manifest di provenienza e non un algoritmo di soft-binding. |
soft_binding_label_mappings[] | array | Per ogni via di firma, il label di assertion sotto cui è portato il payload di soft-binding, con il nome della lane e un detail esplicativo. |
decoder | string | null | Dove ottenere un decoder indipendente per questa tecnica. |
pinned_artifacts | object | SHA-256 degli artefatti di modello fissati da Samsa, per ruolo (per esempio encoder, decoder). |
hosted_decode_status | enum | available o not_yet_available — lo stato del rilevatore ospitato di Samsa per questa tecnica. |
hosted_decode_detail | string | Lo stato in forma discorsiva. |
notes | string | null | Un’avvertenza specifica della tecnica, dove applicabile. |
info_url | string | URL della descrizione leggibile dalle persone di questa tecnica. |
hosted_decode_status descrive il rilevatore, non la marcatura. Entrambe le
tecniche di filigrana per immagini riportano available — il rilevamento ospitato
delle filigrane per immagini è attivo. La tecnica video riporta not_yet_available:
il rilevamento ospitato delle filigrane video è previsto prima del 2 febbraio 2027 e
fino ad allora l’endpoint di rilevamento la riporta come not_checked, mai come un
falso « nessuna filigrana ».Esempio di risposta completa
Esempio di risposta completa
Response
{
"service": "daku-detect",
"methods": [
{
"type": "metadata",
"role": "authoritative",
"description": "C2PA manifest verification is the authoritative provenance signal: a valid, trusted, allowlisted Samsa manifest identifies content as created with Samsa."
},
{
"type": "watermark",
"role": "corroboration",
"description": "Invisible watermark decodes provide best-effort corroboration and degrade gracefully when a decoder backend is unavailable; they never override the C2PA verdict."
}
],
"retention": "Samsa does not retain uploaded content: uploads are processed in memory and are never persisted or logged. Only a no-PII audit row (request id, coarse region bucket, verdict facts) is recorded.",
"external_verification": {
"c2pa": "https://verify.contentauthenticity.org"
},
"result_pdf_availability_hours": 24,
"marking_techniques": [
{
"id": "c2pa",
"kind": "metadata",
"modalities": ["image", "video"],
"display_name": "C2PA Content Credentials",
"description": "Cryptographic provenance manifest embedded in the asset; the authoritative detection layer for both images and video.",
"algorithm_id": null,
"soft_binding_label_mappings": [],
"decoder": "Validate with any independent C2PA validator (c2patool, verify.contentauthenticity.org) or with our hosted API POST /v1/public/detect.",
"pinned_artifacts": {},
"hosted_decode_status": "available",
"hosted_decode_detail": "Live: C2PA manifest verification is served by our public API and by any independent C2PA validator.",
"notes": "Trust anchoring per lane, split by asset SIZE rather than media type: the Trufo lane covers images and video up to the inline size ceiling, and Trufo's C2PA Root CA is on the official C2PA Trust List, so those manifests chain to a trust-listed root; the own-cert lane covers re-signed assets and anything above that ceiling, carrying the same assertions and validating structurally against the Samsa signer chain. Samsa's own C2PA conformance application (generator product 'Samsa Media Service') is filed and under review.",
"info_url": "https://detect.samsa.ai/how-detection-works"
},
{
"id": "trustmark-q",
"kind": "watermark",
"modalities": ["image"],
"display_name": "TrustMark Q (image imperceptible watermark)",
"description": "Adobe TrustMark Q imperceptible image watermark; a best-effort corroboration signal that never overrides the authoritative C2PA verdict.",
"algorithm_id": "com.adobe.trustmark.Q",
"soft_binding_label_mappings": [
{
"lane": "Trufo-signed (assets up to the inline size ceiling)",
"label": "ai.samsa.soft-binding",
"detail": "The Trufo wire contract rejects c2pa.* custom labels, so the standard soft-binding payload (naming com.adobe.trustmark.Q) is carried under this Samsa RDNN label. Third parties MUST read this label to find the signpost on Trufo-signed assets."
},
{
"lane": "own-cert (re-signed assets and anything above the ceiling)",
"label": "c2pa.soft-binding",
"detail": "Own-cert-signed content carries the identical payload under the standard C2PA soft-binding label."
}
],
"decoder": "Adobe's open-source `trustmark` package (https://github.com/adobe/trustmark).",
"pinned_artifacts": {
"encoder": "80a3c3c0cb8cd16d0de4411ee7df122029424a0d5c510d875506adb90276bb9c",
"decoder": "28b177ef112965e7e4bf2153b06f4464ce5ced52b68e6da3bbf5e1d15084f110"
},
"hosted_decode_status": "available",
"hosted_decode_detail": "Live: hosted decode is served by our public API. Confidence describes the match, not the content: 'high' is an exact payload match, 'medium' a match within the code's error-correction radius, and a weak residual signal reports low_confidence. A decoder that cannot run reports not_checked (never a constructed 'absent' false negative).",
"notes": null,
"info_url": "https://detect.samsa.ai/how-detection-works"
},
{
"id": "pixelseal",
"kind": "watermark",
"modalities": ["image"],
"display_name": "Meta PixelSeal (image imperceptible watermark)",
"description": "Meta PixelSeal imperceptible image watermark; a best-effort corroboration signal that never overrides the authoritative C2PA verdict. Content marked with the TrustMark Q technique remains covered by that technique's row permanently.",
"algorithm_id": "com.aiwatermark.pixelseal.1",
"soft_binding_label_mappings": [
{
"lane": "Trufo-signed (assets up to the inline size ceiling)",
"label": "ai.samsa.soft-binding",
"detail": "The Trufo wire contract rejects c2pa.* custom labels, so the standard soft-binding payload (naming com.aiwatermark.pixelseal.1) is carried under this Samsa RDNN label. Third parties MUST read this label to find the signpost on Trufo-signed assets."
},
{
"lane": "own-cert (re-signed assets and anything above the ceiling)",
"label": "c2pa.soft-binding",
"detail": "Own-cert-signed content carries the identical payload under the standard C2PA soft-binding label."
}
],
"decoder": "Open-source facebookresearch/videoseal (https://github.com/facebookresearch/videoseal), model card `pixelseal`. The pinned serving artefact is a TorchScript export of that model; the detection payload is the full SHA-256 of the vendor id, matched by bit accuracy.",
"pinned_artifacts": {
"decoder": "eac1142d59e820448da7e6ba6336e94f41532cdcaccc7b3caf902848eee116ef",
"source-checkpoint": "0c5665cff20eb6ce1b5aaa7d91c19dafb418bfee32d02dd3344e4ed60d9d75bd"
},
"hosted_decode_status": "available",
"hosted_decode_detail": "Live: hosted decode is served by our public API. Presence is decided by bit accuracy against the vendor payload at a fixed threshold; below the threshold the API reports absent (this lane has no low_confidence band). A decoder that cannot run reports not_checked, never a constructed 'absent' false negative.",
"notes": "The PixelSeal watermark embed ships with the image vendor switch, a separate axis from the hosted detector: decode availability does not imply every image is PixelSeal-marked.",
"info_url": "https://detect.samsa.ai/how-detection-works"
},
{
"id": "video-seal",
"kind": "watermark",
"modalities": ["video"],
"display_name": "Meta Video Seal (video imperceptible watermark)",
"description": "Meta Video Seal imperceptible video watermark; a best-effort corroboration signal that never overrides the authoritative C2PA verdict.",
"algorithm_id": "com.aiwatermark.videoseal.1",
"soft_binding_label_mappings": [
{
"lane": "Trufo-signed (assets up to the inline size ceiling)",
"label": "ai.samsa.soft-binding",
"detail": "Signing-route selection is by asset SIZE, not by media type, so video signed through the Trufo lane carries the soft-binding under this Samsa RDNN label for the same reason images do (the Trufo wire contract rejects c2pa.* custom labels). Third parties MUST read this label as well as the standard one."
},
{
"lane": "own-cert (re-signed assets and anything above the ceiling)",
"label": "c2pa.soft-binding",
"detail": "Own-cert-signed video carries the identical payload under the standard C2PA soft-binding label."
}
],
"decoder": "Open-source facebookresearch/videoseal (https://github.com/facebookresearch/videoseal).",
"pinned_artifacts": {},
"hosted_decode_status": "not_yet_available",
"hosted_decode_detail": "Hosted watermark decode is not yet available in our public API; it lands with the watermark-interoperability work, before 2 February 2027.",
"notes": "The VideoSeal watermark embed itself goes live with the video lane once its validation completes, a separate axis from provisioning the public detector; do not read this as hosted decode being live.",
"info_url": "https://detect.samsa.ai/how-detection-works"
}
],
"info_page_url": "https://detect.samsa.ai/how-detection-works"
}
Come funziona il rilevamento
Le stesse informazioni come pagina leggibile dalle persone, incluso il dettaglio
sull’ancoraggio della fiducia dietro ogni via di firma.

