87cd2664770b
latestOpenAPI 3.0.12026-08-10193380.9 KBGenerate a ZIP archive of static QR code files
Create a ZIP archive containing up to 50 static QR code assets plus manifest.csv and manifest.json. Use this for spreadsheet, label, classroom, packaging, and agent batch workflows. The endpoint uses the same QR validation, optional API key, security headers, and cost-weighted rate-limit model as the single-code generator.
post/.netlify/functions/generate-qr-bulk
Request body
Response
Generated ZIP archive returned as JSON or binary ZIP when Accept includes application/zip
Example response
{
"success": true,
"dataUrl": "data:application/zip;base64,UEsDB...",
"contentType": "application/zip",
"extension": "zip",
"suggestedFilename": "qrcodecrafter-bulk-svg.zip",
"manifest": [
{
"filename": "homepage.svg",
"value": "https://example.com"
}
]
}