APImcp
GuidesDeveloper Utilities
ConsoleDocsMCP
Developer Utilities ⏱ 1 min read

License Generator API

Generate license text for MIT, Apache 2.0, GPLv3, BSD, and Unlicense.

01

What Does It Generate?

Full license text for 6 open-source licenses: MIT, Apache 2.0, GPLv3, BSD 2-Clause, BSD 3-Clause, Unlicense.

02

How to Use

Call GET /api/v1/license-gen?type=mit&year=2026&name=My+Company.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

Licenses?
6 types: mit, apache, gpl3, bsd2, bsd3, unlicense. MIT is default.