Bulk API
Bulk QR Generation
Create thousands of unique QR codes in a single request. Async processing with webhook notifications on completion.
Batch Create Endpoint
Send up to 10,000 code definitions in a single POST request.
POST /v2/codes/bulk
{
"codes": [
{ "url": "https://example.com/product/1", "title": "Product 1" },
{ "url": "https://example.com/product/2", "title": "Product 2" },
// ... up to 10,000 entries
],
"default_style": { "foreground": "#000", "logo_url": "..." },
"webhook_url": "https://yoursite.com/webhook/bulk-done"
}10,000
Max codes per request
~2 sec
Avg. per 1,000 codes
99.99%
API uptime SLA