---
title: "Forensic Watermarking Sample Downloads"
description: "You can download sample codes to integrate DoveRunner Forensic Watermarking service with your service site."
---
> For the complete documentation index, see [llms.txt](/llms.txt).

import { LinkButton } from '@astrojs/starlight/components';
import { Aside } from '@astrojs/starlight/components';

You can download sample codes to integrate DoveRunner Forensic Watermarking service with your service site.

## Forensic Watermarking API request sample

- Common sample codes of API request for `Transcoding & Packaging` service and [Session Manager API](/content-security/forensic-watermarking/embedding/session-manager/) for CDN integration.
- For the request JSON specifications, please check the linked API guide above.

<LinkButton href="https://github.com/doverunner/wm-api-request-sample-python" target="_blank" variant="secondary" icon="github" iconPlacement="start">Python Sample</LinkButton>

<LinkButton href="https://github.com/doverunner/wm-api-request-sample-java" target="_blank" variant="secondary" icon="github" iconPlacement="start">Java Sample</LinkButton>

## Forensic watermarking CDN embedder

- DoveRunner Forensic Watermarking service requires CDN integration for real time watermark mixing.

- You can download the embedder file for the Amazon CloudFront CDN integration from the link below.

<LinkButton href="/files/wmembedder-lambda.2.10.0.zip" target="_blank" variant="secondary" icon="external" iconPlacement="start">CloudFront Embedder Sample</LinkButton>

<Aside>
    In case of Akamai and Fastly CDN, you don't need this kind of integration module. If you need to use a CDN other than CloudFront, Akamai, and Fastly, please [contact us](https://doverunner.com/contact-us/).
</Aside>

## Session Revocation Lambda Function

- AWS Lambda function sample that automatically revokes sessions when watermarks are detected.
- Build a real-time session revocation system by integrating with AWS SNS and WAF.
- The ZIP file includes Lambda handler, configuration files, and dependency information.
- For detailed setup instructions, please refer to the [Session Revocation Guide](../../detecting/session-revocation-guide/).

<LinkButton href="/files/lambda-wm-revoke-token-v1.0.0.zip" target="_blank" variant="secondary" icon="external" iconPlacement="start">Session Revocation Lambda Sample</LinkButton>