You're looking at a specific version of this model. Jump to the model overview.
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 |
|---|---|---|---|
| mode |
None
|
insert
|
Operation mode: 'insert' or 'detect'
|
| strength |
None
|
medium
|
Watermark strength (for insert mode only)
|
| media_type |
None
|
auto
|
Media type: 'auto' (auto-detect), 'video', or 'image'
|
| data |
string
|
Metadata to embed in watermark (required for insert mode)
|
|
| image |
string
|
Input image file (use either video or image)
|
|
| video |
string
|
Input video file (use either video or image)
|
|
| original_url |
string
|
Original media URL (for insert mode, to store in DB)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'anyOf': [{'anyOf': [], 'format': 'uri', 'type': 'string'},
{'type': 'string'}],
'title': 'Output'}