CLI

Fetch

Fetch URL content operations

Fetch URL content operations

fetch › bulk

Bulk fetch operations

OptionDescription
-h, --helpdisplay help for command

fetch › bulk › create

Create a bulk fetch job

OptionDescription
--file <path>Path to newline-delimited file of URLs (plain URL or
--webhook-url <url>HTTPS webhook URL notified when the job completes
-h, --helpdisplay help for command
$ bytekit fetch bulk create --file <path> --webhook-url <url>

fetch › bulk › get

Get a bulk fetch job

OptionDescription
-h, --helpdisplay help for command
$ bytekit fetch bulk get <id>

fetch › create

Fetch URL content (POST)

OptionDescription
--url <url>URL to fetch
--format <format>Response format
-h, --helpdisplay help for command
$ bytekit fetch create --url <url> --format <format>

fetch › get

Fetch URL content (GET via query params)

OptionDescription
--url <url>URL to fetch
--format <format>Response format
-h, --helpdisplay help for command
$ bytekit fetch get --url <url> --format <format>