curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
批量操作
下载示例文件
GET /bulk-operation/sample//
GET
/
bulk-operation
/
sample
/
{slug}
/
curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
在 Management API 主机(
响应是 CSV 或 XLSX 文件下载,而非 JSON——其列与批量生成 QR 码对该分类所期望的列一致。
api.scanova.io)上下载某个 QR 分类的示例表格,使用您的原始 Management API 密钥进行身份验证。
GET https://api.scanova.io/bulk-operation/sample/{slug}/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
必填
QR 分类 slug,例如
vcard。string
对于除
url 以外的任何分类,可根据该 QR 自身的字段值构建示例,而非使用通用分类模板——当您希望获得与现有 QR 形状一致的填写表格时很有用。curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
相关内容
- 批量生成 QR 码——此示例表格所服务的端点。
- 验证批量操作文件——在生成前检查填写好的表格。
- Management API 概览——适用于此端点的身份验证方案和配额规则。
授权
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.
路径参数
QR category slug, e.g. vcard.
查询参数
Build the sample from this QR's own field values instead of the generic template.
响应
200 - text/csv
Sample file download (CSV or XLSX).
此页面对您有帮助吗?