Detect Watermark
Beta: Watermark API is currently in beta. Please contact us if you would like to be added to the beta program.
Detect a watermark in an audio, image, or video file using the provided URL. The media type is automatically detected from the file content.
POST https://app.resemble.ai/api/v2/watermark/detect
Request Parameters
Headers
Examples
Audio
Image (synchronous)
Video
Response
When the Prefer: wait header is set, metrics will be populated in the initial response. Without the header, processing is asynchronous and you must poll the result endpoint.
Fetch Watermark Detection Result
Retrieve the result of a detected watermark using the provided UUID.
GET https://app.resemble.ai/api/v2/watermark/detect/{uuid}/result
Example
Audio Detection Response
Image/Video Detection Response
Response Fields
Error Handling
If the request is unsuccessful, you will receive an error response:
Ensure that you provide a valid HTTPS URL pointing to a supported media file.
