video-genai-v1
video-genai-v1
AI-generated video with recoverable provenance and VideoSeal watermark. Use this recipe when signing video produced by generative AI systems.
Recipe configuration
id: video-genai-v1version: 1media_type: videodescription: "AI-generated video with recoverable provenance and VideoSeal watermark"c2pa: enabled: true assertions: [ai_generated, generator, model, prompt_hash, created_at] kms_mode: managedwatermark: enabled: true engine: videoseal payload: type: manifest_pointer encoding: compactsoft_binding: enabled: true methods: [exact_watermark, perceptual_hash]anchoring: enabled: true methods: [opentimestamps]retention: manifest_days: 730 original_asset_days: 0 derived_asset_days: 30verification: minimum_confidence: 0.92Sign a video file
curl -X POST https://api.verbitas.io/v1/sign \ -H "Authorization: Bearer vb_test_YOUR_KEY_HERE" \ -F "recipe=video-genai-v1" \ -F 'metadata={"generator":"my-video-model","model":"v1.0"}' \ | jq .What this records
ai_generated— marks the video as AI-generatedgenerator— name of the generating systemmodel— model version usedprompt_hash— SHA-256 of the generation promptcreated_at— ISO 8601 timestamp
Watermark
VideoSeal uses temporal-propagation mode targeting VMAF ≥ 90. The watermark is embedded using keyframe pHash for soft-binding recovery.
Billing
Billed per minute of video signed.