- Home
- /Realtime
- /…
- /Recording
- /Add Watermark
Add Watermark
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup RealtimeKit's watermark feature enables you to include an image as a watermark in your recording. To add watermark, configure the following parameters to video_config in the Start Recording API.
{
"video_config": {
"watermark": {
"url": "https://test.io/images/client-logos-6.webp",
"position": "left top",
"size": {
"height": 20,
"width": 100
}
}
}
}
PreviousSet Audio ConfigurationsNextDisable Upload to RealtimeKit Bucket