Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/storage/files/batch-download \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "file_ids": [ "<string>" ], "archive_name": "files.zip" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Download multiple files as a ZIP archive.
Enter your Kubiya API token (format: Bearer )
Batch download request
1 - 100
Successful Response
Was this page helpful?