Capture comparison ยท class-level only

Attest Capture vs generic screenshot APIs.

Choose a renderer for the artifact alone, or add a scoped public receipt, timestamp and digest when an agent needs evidence it can hand to a reviewer.

The practical difference

Capture plus a verifiable receipt.

Attest returns a private artifact, a 24-hour signed retrieval link, a UTC capture time, a SHA-256 digest and an optional public evidence page. It also includes an MCP server package in this repository for agent clients. Generic screenshot APIs are a broad provider class: their formats, metadata, storage, integrations and evidence features vary, so this page does not assign claims to any named competitor.

Capability shape

Compare the delivered record.

QuestionAttest CaptureGeneric screenshot API class
What can the request return?PNG, PDF or rendered HTML.Usually a rendered artifact; supported formats vary by provider.
Is there a public evidence receipt?Optional public page with source URL, timestamp, digest and scoped claim.Receipt or public verification features vary by provider.
How are artifact bytes identified?SHA-256 digest returned with every successful capture.Integrity metadata varies by provider and integration.
How do agents call it?HTTP API, plus a repository-included MCP server package that is not yet published to npm.HTTP is common; agent-protocol adapters vary by provider.
How is usage purchased?100 free credits, then one-time credit packs. PNG and HTML cost 1 credit; PDF costs 2.Pricing models and metering units vary by provider.
What does the record prove?What the Attest renderer saw at the recorded time, bound to the stored bytes by a digest.The claim depends on the provider's own response and documentation.

Published Attest pricing

One-time capture credits.

No subscription is required. Prices shown in US dollars.

PackCreditsPricePurchase path
Free100$0Issue a key
Starter1,000$19Buy Starter
Builder5,000$49Buy Builder
Fleet25,000$149Buy Fleet

One request

Ask for an attested capture.

Full API reference โ†’
curl
curl -X POST https://getattest.com.au/api/v1/capture \
  -H "Authorization: Bearer $ATTEST_CAPTURE_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","format":"png","attest":true}'
Returned evidence fields
{
  "id": "capture-id",
  "artifact_url": "24-hour signed URL",
  "sha256": "64 hexadecimal characters",
  "captured_at": "UTC timestamp",
  "evidence_url": "public receipt URL"
}

Honest scope

Evidence receipt, not forensic custody.

Attest Capture proves what its renderer saw at the recorded time and binds the stored artifact bytes to the displayed SHA-256 digest. It does not prove authorship, truth, legal validity or a forensic chain of custody.

100 free credits

Make the first receipt.

Issue a key without an email, then capture a public HTTP or HTTPS page.

Open Attest Capture