---
title: "Generate QR codes for the link in bulk"
method: POST
path: "/links/qr/bulk"
tags: ["Link Management"]
---

# Generate QR codes for the link in bulk

`POST /links/qr/bulk`

Generate QR codes for the link in bulk.

## Request body

- object
  - `color` string
  - `backgroundColor` string
  - `size` number
  - `type` 'png' | 'svg', required
  - `useDomainSettings` boolean, required
  - `noExcavate` boolean
  - `linkIds` string[], required
  - `domainId` string

## Response `201`

Zip file with QR codes

- string, binary — Zip file with QR codes

---

[API](https://skmtc.net/short/apis/short-io-api.md) · [All operations](https://skmtc.net/short/apis/short-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/short/short-io-api/versions/288b112e7951/schema)
