You're looking at a specific version of this model. Jump to the model overview.
resemble-ai /watermark:f801f18d
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 |
None
|
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.
|
|
| warm |
boolean
|
False
|
Warm the model up before running inference.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'anyOf': [{'properties': {'has_watermark': {'additionalProperties': {'type': 'boolean'},
'title': 'Has Watermark',
'type': 'object'},
'watermarked_content': {'format': 'uri',
'title': 'Watermarked '
'Content',
'type': 'string'}},
'title': 'WatermarkerResponse',
'type': 'object'},
{'type': 'string'}],
'title': 'Output'}