Welcome to the self-hosted QR Code Generator! This is a simple, lightweight solution for generating QR codes.
For detailed API documentation and integration examples, visit:
📖 Full API DocumentationThe API endpoint for generating QR codes is available at /api/generate.php.
Direct API Usage:
/api/generate.php?data=Hello%20World
Required Parameter: data (The text or URL to encode)
Methods: GET or POST