Skip to content

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.

  1. Sign in to the dashboard and open Sign in the sidebar.
  2. Drag a file onto the drop zone (or click to browse). Images, audio, text/PDF, and video are all supported, up to 50 MB.
  3. Pick the generator that should sign it. Only active generators appear; create one under Generators first if you have none.
  4. Enter the model name (for example flux-1.0 or sdxl-turbo).
  5. Leave Format on Auto-detect unless you need to override it.
  6. 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.

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.

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.