audio-genai-v1
audio-genai-v1
AI-generated audio with recoverable provenance and AudioSeal watermark. Use this recipe when signing audio produced by generative AI systems (text-to-speech, music generation, etc.).
Recipe configuration
id: audio-genai-v1version: 1media_type: audiodescription: "AI-generated audio with recoverable provenance and AudioSeal watermark"c2pa: enabled: true assertions: [ai_generated, generator, model, prompt_hash, created_at] kms_mode: managedwatermark: enabled: true engine: audioseal payload: type: manifest_pointer encoding: compactsoft_binding: enabled: true methods: [exact_watermark, audio_fingerprint]anchoring: enabled: true methods: [opentimestamps]retention: manifest_days: 365 original_asset_days: 0 derived_asset_days: 30verification: minimum_confidence: 0.92Sign an audio file
curl -X POST https://api.verbitas.io/v1/sign \ -H "Authorization: Bearer vb_test_YOUR_KEY_HERE" \ -F "recipe=audio-genai-v1" \ -F 'metadata={"generator":"my-tts-system","model":"v1.0"}' \ | jq .What this records
ai_generated— marks the audio as AI-generatedgenerator— name of the generating systemmodel— model version usedprompt_hash— SHA-256 of the generation promptcreated_at— ISO 8601 timestamp
Watermark
AudioSeal embeds a localised watermark at PESQ ≥ 3.0 (speech quality). The watermark detects watermarked seconds and survives MP3 re-encoding and format conversion.
Billing
Billed per minute of audio signed.