post https://api-demo.anduin.dev/api/v1/dataroom//content/batch-download
Batch download multiple files and folders in a specific Data Room.
This API is a Long Request API, meaning the final response must be retrieved via the GET Long Request API. The result is returned in JSON format:
{
"downloadUrl": <string>
}
You can download the file using the downloadUrl
field.