Download Bulk
Bulk download multiple files with checkpointing
Requires permission: download:write
Request body
Example request
{
"crawl_id": "download-123",
"downloader_type": "FLEET_ASYNC",
"max_workers": 8,
"urls": [
"https://example.com/file1.pdf",
"https://example.com/file2.pdf"
]
}Response
Successful Response
Changes
Changed in 2 of the 16 revisions of this API.114
- ●
removed the request property
s3_bucketrequest-property-removed
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ●
- ▲
removed the enum value
async_fleetof the request propertydownloader_typerequest-property-enum-value-removed
- ○
the
downloader_typerequest property default value changed fromasync_fleettoFLEET_ASYNCrequest-property-default-value-changed
- ○
added the new
FLEET_ASYNCenum value to the request propertydownloader_typerequest-property-enum-value-added
- ▲