You're looking at a specific version of this model. Jump to the model overview.

resemble-ai /watermark:4a131dde

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
content
string
audio file to be watermarked
mode
string (enum)

Options:

apply, detect

Mode of Operation: Apply a Watermark to file, or Detect if the file has a watermark
callback_url
string
(Optional) Callback URL to send results to.
qr_code
string
URL or information to encode into video stream. Unused if encoding just audio.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'has_watermark': {'additionalProperties': {'type': 'boolean'},
                                  'title': 'Has Watermark',
                                  'type': 'object'},
                'watermarked_content': {'format': 'uri',
                                        'title': 'Watermarked Content',
                                        'type': 'string'}},
 'title': 'WatermarkerResponse',
 'type': 'object'}