Skip to main content
POST
/
api
/
v1
/
storage
/
files
/
batch-download
Batch Download Files
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/storage/files/batch-download \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_ids": [
    "<string>"
  ],
  "archive_name": "files.zip"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json

Batch download request

file_ids
string[]
required
Required array length: 1 - 100 elements
archive_name
string
default:files.zip

Response

Successful Response