No-Code Web Signer
The web signer lets anyone on your team sign content without writing a line of code. It’s built into the dashboard and uses the same signing pipeline as the API, so the output is identical to a programmatic sign.
Signing a file
Section titled “Signing a file”- Sign in to the dashboard and open Sign in the sidebar.
- Drag a file onto the drop zone (or click to browse). Images, audio, text/PDF, and video are all supported, up to 50 MB.
- Pick the generator that should sign it. Only active generators appear; create one under Generators first if you have none.
- Enter the model name (for example
flux-1.0orsdxl-turbo). - Leave Format on Auto-detect unless you need to override it.
- Click Sign & download.
You’ll get back:
- the signed file to download (provenance is embedded in its native metadata container and resilient watermark),
- the token (
ctv_…) — copy it to embed elsewhere or to render a badge, - the record ID, and a link to verify the result.
Quotas
Section titled “Quotas”Each web sign counts against your plan’s monthly signature quota, exactly like an API sign. If you hit a free-tier limit you’ll see an upgrade prompt. To experiment without consuming quota, use the sandbox.
When to use the API instead
Section titled “When to use the API instead”The web signer is ideal for occasional, manual signing. For automated or high-volume signing — signing at generation time, batch jobs, CI — use the SDK, CLI, or the POST /v1/sign endpoint directly.