Parameters
1 query
Query parameters
· 1pathstringOptionalDirectory path to download. Defaults to root "/" which downloads all files.
Example
/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.
1 query
pathstringOptionalDirectory path to download. Defaults to root "/" which downloads all files.
/1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/drive/download-directory
curl -X GET "https://api.bizkithub.com/bff/drive/download-directory?path=%2F" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.