available in late August

Logo
╼ Que

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.

import { QueSDK } from '@que/sdk';
 
// Initialize the SDK
const que = new QueSDK({ apiKey: 'que_api_key_...' });
 
// --- Signing (Cloud-based, Level 1 or 2) ---
const signedAsset = await que.cloud.sign({
  asset: imageBuffer,
  actions: [{ type: 'published', author: 'Associated Press' }]
});
 
// --- Verification ---
const provenance = await que.validate(signedAsset);
console.log(provenance.summary);
// "Published by Associated Press."

Frequently Asked Questions

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