Watermarking
The Resemble Watermark API applies and detects durable watermarks in audio, image, and video files. Provide a public HTTPS URL and the API automatically determines the media type from the file content.
Model behavior
All newly encoded media is reported as perth_v2. Detection behavior depends on the media type:
For audio, the response includes an overall verdict and a separate result for each Perth version. This lets you identify older Perth v1 watermarks while continuing to detect content encoded with Perth v2.
Supported media
The source URL must be publicly fetchable over HTTPS. Signed URLs are supported as long as they remain valid while the job is processing.
Asynchronous and synchronous processing
Processing is asynchronous by default. The initial response contains a job UUID and a status; poll the corresponding result endpoint until the status is completed or failed.
To wait for completion in the initial request, include Prefer: wait. Model cold starts and video processing can make synchronous requests take longer, so asynchronous processing is recommended when your HTTP client has a short request timeout.
model_version is returned for all apply jobs and for image/video detect jobs. Audio detect jobs instead report every checked version in metrics.model_results.
See Apply Watermark and Detect Watermark for complete requests and response schemas.
