Alpha Release Out Now

Build Trust Into Your Media

Que provides the developer platform and cloud infrastructure to embed a tamper-evident, cryptographically secure history into your images, videos, and documents with just a few lines of code.

Get Started

Code Sample

await que.signAsset({
  asset: {
    bucket: 'your-bucket',
    key: 'path/to/asset.jpg'
  },
  manifestJson: JSON.stringify({
    title: 'My Asset',
    assertions: [{
      label: 'stds.schema-org.CreativeWork',
      data: {
        '@context': 'https://schema.org',
        '@type': 'CreativeWork',
        author: [{ '@type': 'Person', name: 'Creator' }]
      }
    }]
  })
});

Sign Assets

Sign your digital assets with cryptographic manifests. Embed tamper-evident provenance directly into your files.

Verify Assets

Verify the authenticity and provenance of signed assets. Validate signatures and check against our trust list.

Code Sample

await que.verifyAsset({
  asset: {
    bucket: 'signed-assets',
    key: 'path/to/signed-asset.jpg'
  },
  includeCertificates: true
});

Super Easy

Fast setup, no hassle.

Designed to be simple—upload, sign, and verify in just a few clicks or lines of code.Learn more

File Support

Works with more than images.

Supports photos, videos, audio, PDFs, and more—going beyond standard formats.Learn more

Secure & Scalable

Built for trust at any scale.

Enterprise-grade security and cloud-first scaling to meet projects big or small.

Credit Matters

CAWG support for creators.

Give proper credit with standards-backed identity support for authors and publishers.Learn more

Customizable

Adapt to your workflow.

Set defaults or fine-tune controls to fit different business and creative needs.Learn more

Anonymity

Privacy when you need it.

Optional anonymity features let you conceal origin while keeping assets verifiable.

Frequently Asked Questions

Everything you need to know about Que and the future of digital trust.