v16

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-22152741.9 KB
downloading

Download Single

Download a single file to S3

Requires permission: download:write

post/download/single

Request body

urlstring uri required

URL to download

s3_keystring nullable

S3 key for the file

wait_until'domcontentloaded' | 'load' | 'networkidle' | 'commit'

When to consider page load complete for web scraping operations

downloader_type'FLEET_ASYNC'

Available downloader types

timeout_msinteger

Timeout in milliseconds

Example request

{
  "downloader_type": "FLEET_ASYNC",
  "url": "https://example.com/file.pdf",
  "wait_until": "load"
}

Response

Successful Response

successboolean required
job_idstring nullable
download_urlstring required
s3_bucketstring required
s3_keystring required
errorstring nullable