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

resemble-ai /watermark:6293a0e5

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.

Output schema

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

Schema
{'properties': {'content': {'format': 'uri',
                            'title': 'Content',
                            'type': 'string'},
                'watermarked': {'additionalProperties': {'type': 'boolean'},
                                'title': 'Watermarked',
                                'type': 'object'}},
 'title': 'WatermarkerResponse',
 'type': 'object'}