You've registered your work with Alltio — or you're considering it. A fair question follows: your file never left your device, so how does an AI company ever find out that your work is on the record, that it has an owner, and that it has terms?
The answer is that discovery works in the opposite direction from what most people expect. AI companies don't stumble across a mark on your file. They ask the registry.
The fingerprint does the work
When you register, your browser computes a cryptographic fingerprint of your file — a SHA-256 hash. Think of it as the file's unique signature: any copy of your work, anywhere in the world, produces exactly the same fingerprint. Your registration binds that fingerprint to three things: who you are, what your terms are, and when you said so.
Here is why that matters. Responsible AI companies run every file through a pipeline before using it. Computing a fingerprint is a trivial step in that pipeline — it costs almost nothing. So before a file enters a training set or a retrieval index, the AI company's systems fingerprint it and ask Alltio one question: is this on the record?
The registry gives one of three answers:
- Registered, available for licensing — here are the terms. The work can be licensed through the standard Alltio contract, and usage settles back to you.
- Registered, not available for AI use — you chose protection only. The AI company now knows, with a timestamp, that this work is off the table. Using it anyway is no longer an accident they can claim.
- Not registered — no record exists.
Notice what this means: your work doesn't need to carry any mark at all. A copy of your video on someone else's server, stripped of your name, renamed, re-uploaded — it still produces the same fingerprint, and the fingerprint still points to your record. The registration travels with the content because it is the content, mathematically.
And every time an AI company checks, that check itself becomes part of the audit trail. Under rules like the EU AI Act, AI companies must document how they handled rights. Querying the registry is how they prove they looked. That is why they have a reason to ask — checking is cheaper than defending.
Version deliberately
When you revise a registered work, that revision is a new registration — new fingerprint, new record, new timestamp. On the registration form, give the new version a label (“v2”) and paste the record ID of the version it replaces into the “Supersedes” field. The registry then does two things: the new record carries a verifiable back-link to the old one, and the old record is marked as superseded — visible to anyone who checks it, but never edited and never deleted.
This matters because silent edits break your own chain of proof. A registered record whose fingerprint no longer matches the published file looks, to a verifier, like a claim about a different work. A version chain does the opposite: it shows continuous, dated custody of the work through every revision — which is exactly what a dispute, a diligence check, or a licensing negotiation wants to see.
Telling crawlers before they knock: your site declaration
The fingerprint lookup covers content wherever it travels. But if you publish on your own website, you can go one step further and declare your registrations at the front door — so AI crawlers know the terms before they fetch a single file.
This is a small machine-readable file you place on your site (the same way robots.txt has worked for thirty years, and aligned with the emerging RSL standard for site-level licensing signals). It says, in effect:
The works on this site are registered with Alltio. Here are their registry IDs. Here is where the terms live.
We provide this file for you — after you register, you download it and place it on your site, or paste a snippet your web developer can install in minutes. No technical skill needed beyond uploading a file.
Marking the page itself: the page embed
The site declaration covers your domain at the front door. The page embed marks the individual page where a work is published — the level at which AI crawlers actually read content. It has two parts, and both are generated for you when you register:
- A visible one-line notice — “Registered with Alltio · record 9f86d081… · v2 · registered 2026-07-19 · supersedes record 60303ae2…” — linking to the public record. Readers, editors, and opposing counsel can see the claim.
- A machine-readable block (JSON-LD, the same structured-data format search engines have parsed for a decade) carrying the record ID, the fingerprint, the version, and the link to the superseded record. Crawlers don't have to guess — the registration data is on the page, in the format they already read.
You paste it once per page, and replace it when you register a new version. The embed is an accelerant, not the source of truth — the registry record is what actually binds your claim — but it moves discovery to the exact place the work lives. How to mark your pages →
A public record you can point to
Every registered asset also gets a permanent public record page on alltio.com. It shows your ownership claim, your terms, and the timestamp — never the work itself, which we don't have and never store.
This gives you something concrete to cite today, before licensing revenue exists:
- In a takedown or dispute: link to the record as timestamped evidence of your claim and your terms.
- On your website: display a “Registered with Alltio” badge that links to your records — a visible signal, like the ® symbol, that your work has an owner who put it on the record.
- In licensing conversations: send the link instead of an affidavit.
The four layers, together
| Layer | What it covers | Who acts |
|---|---|---|
| Fingerprint lookup | Your work anywhere — copied, renamed, re-hosted | The AI company checks before using |
| Page embed | The page where the work is published | You (paste once per page) |
| Site declaration | Your whole website, at the front door | You (one file, once) |
| Public record & badge | Disputes, takedowns, deals, deterrence | You cite it; anyone can verify it |
You do the first once (registering), the second and third once each (a snippet per page, one file per site), and the fourth is simply there when you need it.
The pattern is a century old. Songwriters never labeled every radio broadcast of their music; they registered once with a collecting society, and the infrastructure did the matching, metering, and paying. Alltio is that infrastructure for the AI economy — the registry answers, so your work doesn't have to.
The only step that matters is the first one: the record has to exist before anyone can check it.
Technical readers can review the draft Lookup API and site declaration specification.