Your interest is registered. Now understand what's required to become LMIF compliant. This isn't just an API integration - it's a commitment to ethical AI practices.
Complete these requirements before requesting an audit. We verify each item during the compliance review.
Technical Requirements
1. Identity Verification API
Integrate identity checks at the point of avatar/content creation.
// Required: Check before creating any avatar
POST /identity/check
{
"name": "Celebrity Name",
"image_url": "https://...",
"use_type": "avatar|voice|video"
}
// Handle responses:
// UNCLAIMED → May proceed (monitor for future boxing)
// CLAIMED → Check licensing terms
// BOXED → Block or request license 2. Licensing Workflow
Implement proper licensing request and approval flows.
- Fetch licensing terms before use
- Submit license requests for non-auto-approve identities
- Wait for approval before enabling content
- Handle denials gracefully
3. Webhook Handlers
Subscribe to and handle real-time events.
boxing.created Required boxing.grace_started Required license.approved Required license.denied Required payment.due Required 4. Revenue Reporting
Report usage data for royalty calculation.
- • Monthly usage reports by the 5th of each month
- • Interaction counts per licensed identity
- • Revenue generated (if applicable)
- • Process royalty payments within 30 days
Operational Requirements
Enforcement SLA
You must commit to these response times:
Content Moderation
Your platform must have:
- ✓ Clear terms of service regarding creator likenesses
- ✓ User reporting mechanism for impersonation
- ✓ Proactive scanning for boxed identities
- ✓ Documentation of moderation decisions
Transparency Requirements
Creators must be able to:
- ✓ See how their likeness is being used on your platform
- ✓ Access usage analytics and engagement data
- ✓ View revenue generated and payments made
- ✓ Request removal at any time
Existing Content Migration
If you have existing celebrity/creator avatars, you must:
- Audit Existing Content
Identify all avatars/content that uses real person likenesses.
- Bulk Verification
Use our batch API to check boxing status of all existing content.
- Remove or License
Remove boxed identities or obtain retroactive licensing.
- Document Compliance
Provide audit trail of migration for compliance review.
Once you've implemented these requirements, you can request a compliance audit. Our team will verify your implementation before listing you as compliant.
Technical Documentation
Detailed API docs to help your engineering team implement these requirements.