BizKitHub
DocsAPI ReferenceDrive/bff/drive/download-directory
getDriveAdmin BFF

/bff/drive/download-directory

Downloads all files from the specified directory (including subdirectories) as a ZIP archive. The ZIP includes a manifest file (_manifest.txt) with details about the export. Response headers include X-File-Count and X-Total-Size for progress indication.

DrivegetBffDriveDownload-directory

Parameters

1 query

Query parameters

· 1
pathstringOptional

Directory path to download. Defaults to root "/" which downloads all files.

Example/

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/drive/download-directory

get
curl -X GET "https://api.bizkithub.com/bff/drive/download-directory?path=%2F" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key