CLI
Fetch
Fetch URL content operations
Fetch URL content operations
fetch › bulk
Bulk fetch operations
| Option | Description |
|---|---|
-h, --help | display help for command |
fetch › bulk › create
Create a bulk fetch job
| Option | Description |
|---|---|
--file <path> | Path to newline-delimited file of URLs (plain URL or |
--webhook-url <url> | HTTPS webhook URL notified when the job completes |
-h, --help | display help for command |
$ bytekit fetch bulk create --file <path> --webhook-url <url>fetch › bulk › get
Get a bulk fetch job
| Option | Description |
|---|---|
-h, --help | display help for command |
$ bytekit fetch bulk get <id>fetch › create
Fetch URL content (POST)
| Option | Description |
|---|---|
--url <url> | URL to fetch |
--format <format> | Response format |
-h, --help | display help for command |
$ bytekit fetch create --url <url> --format <format>fetch › get
Fetch URL content (GET via query params)
| Option | Description |
|---|---|
--url <url> | URL to fetch |
--format <format> | Response format |
-h, --help | display help for command |
$ bytekit fetch get --url <url> --format <format>