Training an AI model on data you did not create raises two separate legal questions at once: do you have the copyright right to mine the works, and if the data contains personal information, do you have a lawful basis under data-protection law? This checker assesses both axes and combines them into a single verdict.
How it works
The tool walks two independent legal tests and reports the worst-case of the two:
- Copyright / TDM. If the source is your own content or a licence that permits training, you are clear. Otherwise it relies on a text-and-data-mining exception. Under the EU DSM Directive, Article 3 covers research organisations with no opt-out override, while Article 4 covers commercial use unless a machine-readable opt-out is present. Under the UK CDPA section 29A, only non-commercial research is covered, so commercial training needs a licence.
- Data protection. If personal data is present, you need a GDPR lawful basis — specific consent, or legitimate interests with a documented balancing test. No basis means the use is blocked.
The overall status is the more restrictive of the two verdicts.
The TDM opt-out signal: what it is and why it matters
Under EU DSM Directive Article 4, a rightsholder can block commercial text-and-data mining by including a machine-readable opt-out signal with the work. The most widely discussed standard is TDMRep (a W3C-affiliated specification), which allows sites to declare opt-outs in a header or manifest. If you are scraping the open web for commercial AI training in the EU, you must respect any machine-readable opt-out you encounter — the exception only applies where no such reservation exists. This is the key practical difference between Article 3 (research, no opt-out override) and Article 4 (commercial, opt-out blocks you).
How the copyright and data-protection axes combine
The checker treats the two verdicts independently and reports the more restrictive:
| Copyright verdict | Data-protection verdict | Overall status |
|---|---|---|
| Permitted | No personal data | Permitted |
| Permitted | Lawful basis identified | Permitted with conditions |
| Permitted | No lawful basis | Blocked |
| Blocked (no licence) | — | Blocked |
For example: a commercial team in the EU scraping public forums where users have posted personal data — and no TDM opt-out is set — gets a permitted copyright verdict under Article 4 but needs to establish a GDPR lawful basis, typically legitimate interests with a documented balancing test. That moves the result to “permitted with conditions.” The same scenario under UK law is blocked on the copyright axis regardless, because UK section 29A only covers non-commercial research.
What the checker does not cover
Database rights, sui generis database rights, and contractual terms of service are separate layers that can override the TDM exception even when it would otherwise apply. Scraping a site that explicitly forbids it in its terms can expose you to breach-of-contract claims even if the copyright question resolves in your favour. This tool is a scoping aid — take qualified legal advice before training on third-party data at scale.