downloading
Download Bulk
Bulk download multiple files with checkpointing to S3
Requires permission: download:write
post/download/bulk
Request body
Example request
{
"crawl_id": "download-123",
"downloader_type": "async_fleet",
"max_workers": 8,
"s3_bucket": "my-downloads",
"urls": [
"https://example.com/file1.pdf",
"https://example.com/file2.pdf"
]
}Response
Successful Response