Apply Watermark
Beta: Watermark API is currently in beta. Please contact us if you would like to be added to the beta program.
Apply a watermark to 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/apply
Request Parameters
Headers
Examples
Audio
Image (synchronous)
Video
Response
When the Prefer: wait header is set, watermarked_media will contain the signed URL to the watermarked file in the initial response. Without the header, processing is asynchronous and you must poll the result endpoint.
Fetch Apply Result
Retrieve the result of an applied watermark using the provided UUID.
GET https://app.resemble.ai/api/v2/watermark/apply/{uuid}/result
Example
Response
Response Fields
Important: The signed
watermarked_mediaURL expires; download and store the asset promptly.
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.
