Download Single
Download a single file to S3
Requires permission: download:write
Request body
Example request
{
"downloader_type": "FLEET_ASYNC",
"url": "https://example.com/file.pdf",
"wait_until": "load"
}Response
Successful Response
Changes
Changed in 3 of the 16 revisions of this API.125
- ●
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 request property
timeoutrequest-property-removed
- ○
added the new optional request property
timeout_msnew-optional-request-property
- ●
- ▲
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
- ▲