Skip to main content
POST
Packages many QR Codes for download, asynchronously, on the Management API host (api.scanova.io), authenticated with your raw Management API key.
string
required
A label for this operation, shown in List bulk operations.
array
Specific QR ids to download. Alternatively use filter, search, or bulk_op_id.
object
A saved filter selecting which QR Codes to download, as an alternative to qr_id_list.
A search term selecting which QR Codes to download, as an alternative to qr_id_list. "all" selects every owned QR Code.
string
An existing bulk operation’s operation_id — re-download the QR Codes that operation generated, as an alternative to selecting by id/filter/search.
string
The download format, e.g. zip, csv, xlsx.
string
The image size for downloaded QR Code images, where applicable.
Asynchronous — poll List bulk operations for status/progress, then fetch result_file. 400 if no QR Codes match the given selection.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Response

Download packaging started.