Authentication
To use the API, you need to authenticate using an API token. Tokens can be generated after signing up.
Endpoints
Generate QR Code
Base url https://qr-code-generator.hb-tech.org
POST /api/generate
Body:
{ "text": "your text or URL here" }
Headers:
{
"Content-Type": "application/json",
"Authorization": "Bearer {{your_token_here}}"
}
Response:
{
"data": "data:image/png;base64,...",
"message": "QR code generated successfully! 🚀"
}
Pricing
Tokens can be purchased in various packages, starting from $10 for 1,000 tokens.
Get Started
Sign up now to generate your token and start using the API.