IP Protection via Prampta
Every prompt on Buddian is checked for copyright and likeness safety before generation.
What is Prampta?
Prampta is a Pre-Generation Authorization Protocol — a rights registry that answers one question before every AI generation: "Is this subject allowed in this context?"
The answer is a cryptographically signed decision (Ed25519) that the provider can verify offline and store as compliance evidence.
How It Works on Buddian
User submits prompt
↓
Buddian API receives generation request
↓
POST /v1/verify → Prampta registry
"Is this prompt allowed?"
↓
┌─── Allowed ───────────┐ ┌─── Denied ────────────┐
│ Signed decision │ │ Signed refusal │
│ Generation proceeds │ │ 403 returned to user │
│ Receipt stored │ │ Reason: IP violation │
└─────────────────────────┘ └────────────────────────┘
What Prampta Checks
Real People
Generates someone's face, voice, or name? Prampta checks if the rights holder has authorized it.
Protected Characters
Disney characters, brand mascots, fictional IP — Prampta knows what's protected and what's free to use.
Brands & Trademarks
Using a company name or logo in generated content? Prampta verifies licensing.
Fail-Closed
If there's any ambiguity, Prampta refuses. No generation happens without a clear "allowed" decision.
Why This Matters
- EU AI Act requires consent for synthetic media featuring real people.
- US laws (CA, TN, NY) are enacting AI-specific right-of-publicity laws.
- You own what you create — Prampta's audit trail proves your content was generated with proper authorization.
- Zero friction — The check happens in 5–30ms, before generation starts. You never see it.
The Audit Trail
Every verification and generation receipt is recorded in a hash-chained, tamper-evident audit log. This means:
- No record can be altered without breaking the chain
- Every decision is signed by the Prampta operator
- Legal compliance evidence is automatically generated
- You can verify the entire chain at any time
For Rights Holders
If you own content (music, characters, likenesses), you can register your subjects on Prampta and control exactly how they're used in AI generation:
- Register your subject (face, voice, character, brand)
- Issue licenses with granular terms (per-modality, per-territory, per-channel)
- Revoke licenses instantly — effective immediately, no propagation delay
- Track every generation that uses your subject
Learn more at prampta.com · api2.prampta.com
← Back to Buddian