Request builder
Extraction workspace
Public targets only
Execution
Preview and export
POST /api/generate-download
Source
Site
Selected mode
Images
Duplicates
Allow repeats
Pagination
Follow until last page
Infinite
Load next 5 levels
Branch depth
Do not branch
Behavior
Images are downloaded directly. Videos are exported as discovered source links. Files are downloaded as filtered assets. Google Drive mode reads public folder inventory directly instead of scraping rendered Drive page visuals.
Source behavior
Site mode explores accessible pages and discovered media. Google Drive mode reads the contents of public folders and uses public download links.
Branching model
In site mode, internal links can be followed up to 3 levels. In Google Drive mode, a dedicated subfolder depth control recursively expands public folders up to 3 levels.
{
"source_mode": "google_drive",
"mode": "files",
"dedupe_media": true,
"file_types": ["pdf", "docx", "css"],
"file_size_filter": "greater_than",
"file_size_kb": 500,
"drive_subfolder_depth": 1,
"pagination_mode": "to_end",
"infinite_scroll_mode": "next_5",
"link_branch_depth": 1,
"urls": ["https://drive.google.com/drive/folders/your-public-folder-id"]
}