Getting Started
Introduction

NIL Taxonomy

The authoritative standard for Name, Image, and Likeness (NIL) licensing classification.

Get Started

Choose your path:


What is NIL Taxonomy?

The NIL Taxonomy is the industry-standard classification system for Name, Image, and Likeness licensing. It provides:

  • 12 Core Dimensions covering all aspects of NIL licensing
  • Base License Templates for common use cases
  • Canonical Identifiers for interoperability across platforms
  • Board-Governed Evolution ensuring stability and legal soundness

Important Notice

The NIL Taxonomy is a proprietary, board-governed standard—not open source.

  • The taxonomy data, definitions, and structure are copyrighted intellectual property
  • Access is provided via API only with key-based authentication
  • No forks, modifications, or derivative taxonomies are permitted
  • SDKs and integration tools may be MIT-licensed, but they do not include the taxonomy data

See License Agreement for complete terms.

Quick Start

import { createCommercialLicense } from '@nil-taxonomy/sdk';
 
// Build a standardized NIL license
const license = createCommercialLicense()
  .setTerritoryCountries(['US', 'CA'])
  .setTerm('2024-01-01', '2025-12-31')
  .addRestrictedCategory('alcohol')
  .build();

Core Concepts

12 Taxonomy Dimensions

DimensionDescription
Subject ScopeWhat aspects of the athlete are covered (name, image, likeness, etc.)
Use TypePurpose of the license (commercial, educational, editorial, etc.)
Commercial ScopeLevel of commercial use permitted
ExclusivityExclusivity arrangements and restrictions
TerritoryGeographic scope of rights granted
TermTime-limited rights and renewal options
Derivative RightsEditing and transformation permissions
AI Synthetic UseAI-generated content rules and restrictions
Data UsePerformance and biometric data rights
AttributionCredit and attribution requirements
SublicensingThird-party use permissions
Content SafetyRestricted categories and morals clauses

Explore all dimensions →

Base License Templates

Pre-configured license templates for common use cases:

CodeNameUse Case
NIL-EDUEducational LicenseDocumentaries, news, classroom use
NIL-COMM-STDStandard CommercialBrand campaigns and endorsements
NIL-COMM-DERIVCommercial + UGCMeme campaigns, UGC contests
NIL-EXCL-CATCategory ExclusiveOfficial brand partnerships

View all base licenses →

Access Methods

SDK (Recommended)

npm install @nil-taxonomy/sdk

The SDK provides type-safe access to the taxonomy with builder patterns, validation, and authentication.

SDK Documentation →

REST API

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.nil-taxonomy.org/api/nil/v1/licenses

Direct API access for non-JavaScript environments.

API Documentation →

Support

PurposeContact
API Keys & Licensinglicensing@nil-taxonomy.org
Technical Supportsupport@nil-taxonomy.org
Governance & Proposalsgovernance@nil-taxonomy.org
Security Issuessecurity@nil-taxonomy.org