image-editorial-v1
image-editorial-v1
Editorial image with editor and publish chain of custody. Use this recipe for news photographs and editorial images where a full audit trail of editor and publisher identity is required.
Recipe configuration
id: image-editorial-v1version: 1media_type: imagedescription: "Editorial image with editor and publish provenance, 90-day asset retention"c2pa: enabled: true assertions: [generator, created_at, editor, published, exif] kms_mode: managedwatermark: enabled: true engine: trustmark payload: type: manifest_pointer encoding: compactanchoring: enabled: true methods: [opentimestamps]retention: manifest_days: 730 original_asset_days: 90 derived_asset_days: 90verification: minimum_confidence: 0.95Sign an editorial image
curl -X POST https://api.verbitas.io/v1/sign \ -H "Authorization: Bearer vb_test_YOUR_KEY_HERE" \ -F "recipe=image-editorial-v1" \ -F 'metadata={"editor":"Jane Smith","published":"2026-05-09T08:00:00Z"}' \ | jq .What this records
generator— name of the originating camera or systemeditor— identity of the editor who approved publicationpublished— publication recordexif— preserved EXIF metadata (GPS stripped per privacy policy)created_at— ISO 8601 timestamp
Retention
- Manifests: 730 days
- Original and derived assets: 90 days (newsroom audit and legal hold window)