curl "https://api.scanova.io/media/bulk/12/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o bulk_media_12_files.csv
Media Library
Export a bulk media batch as CSV
GET /media/bulk//export/
GET
/
media
/
bulk
/
{bulk_media_id}
/
export
/
curl "https://api.scanova.io/media/bulk/12/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o bulk_media_12_files.csv
Exports a CSV of every file in a bulk media batch, on the Management API host (
The response is a
api.scanova.io), authenticated with your raw Management API key.
GET https://api.scanova.io/media/bulk/{bulk_media_id}/export/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
integer
required
The batch’s
id.curl "https://api.scanova.io/media/bulk/12/export/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o bulk_media_12_files.csv
text/csv file download, not JSON — one row per file uploaded into the batch. 404 if bulk_media_id isn’t a batch owned by this account.
Related
- List bulk media batches — find the batch
id. - Retrieve a bulk media batch — check upload progress before exporting.
- Management API overview — the auth scheme and quota rules that apply to this endpoint.
Authorizations
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.
Path Parameters
Response
CSV file download.
Was this page helpful?