Choosing a License
MIT: The most popular open source license. Very permissive, lets anyone do anything with attribution. Apache 2.0: Like MIT but includes a patent grant. GPL 3.0: Copyleft, requires derivatives to also be open source. BSD 3-Clause: Similar to MIT. ISC: Simplified version of MIT. Unlicense: Public domain dedication.
API Access
Use via API: POST /api/license/generate with {"type": "MIT", "name": "Your Name", "year": 2026}. Pro plans for higher rate limits.