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

1 total
Query · 1
pathstring

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

Request

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"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key