AI QR Code GeneratorAPI
Generate customized QR codes from any URL or text. Choose colors, error correction level, size, and output format. Completely free — no credits required.
design toolsFreev1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/qr-code-generator
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
contentstringrequiredOptional
foreground_colorstringbackground_colorstringerror_correctionstringwidthintegermarginintegeroutput_formatstringExample Request
curl -X POST https://backend.aaddyy.com/api/ai/qr-code-generator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "example_content"
}'Request Body
{
"content": "example_content"
}Example Response
{
"success": true,
"message": "AI QR Code Generator completed successfully",
"timestamp": "2026-04-03T12:35:10.109Z",
"requestId": "req_o9f698kub",
"data": {
"cost": 0.05,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/qr-code-generator', {
"content": "example_content"
})Install: npm install aaddyy
Pricing
Free per request
Rate Limits
30 requests per 1m
Burst: 10