Download Fold3 images
fold3_downloadFetch Fold3 page images at full resolution, bypassing the site's 1600-pixel download cap. Supports single images or multi-page files with manifest.
Instructions
Fetch Fold3 page images at up to full resolution (stitched from the viewer's tiles; the site's own download is capped at 1600 px). Actions:
image: one page (needs imageId, from fold3_record get or a hit's imageId). Without outPath it is returned inline for reading, scaled to maxSide (default 1600); with outPath the full resolution is written unless maxSide is given.
file: the pages of a multi-page file (needs fileId and outDir), written as page-01.jpg, page-02.jpg, … with a manifest.json (ids, sizes, SHA-256). Pages already on disk are kept. At most 40 pages per call (a full-resolution page takes several seconds); continue with start. Works for collections this account may view (free ones such as the War of 1812 pensions); it signs in through Ancestry by itself when needed, and says so when a collection needs a subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | file: pages to fetch in this call (default and max 40) | |
| start | No | file: first page to fetch, counting from 0 (default 0) | |
| action | Yes | image · file | |
| fileId | No | file: file id (a FILE hit's id) | |
| outDir | No | file: absolute directory for the pages and manifest.json | |
| imageId | No | image: page image id | |
| maxSide | No | Scale so the longer side is at most this many pixels (inline default 1600; files and outPath default to full resolution) | |
| outPath | No | image: absolute path to write the JPEG to |