BetaOptionalcaptureAll?: booleanOptionalcaptureCookie?: stringUse extra HTTP Cookie value when capturing the target page.
OptionalcaptureOutlinks?: booleanCapture web page outlinks automatically. This also applies to PDF, JSON, RSS and MRSS feeds.
OptionalcaptureScreenshot?: booleanCapture full page screenshot in PNG format. This is also stored in the Wayback Machine as a different capture.
OptionaldelayWbAvailability?: booleanThe capture becomes available in the Wayback Machine after ~12 hours instead of immediately. This option helps reduce the load on our systems. All API responses remain exactly the same when using this option.
OptionalemailResult?: booleanSend an email report of the captured URLs to the user’s email.
OptionalforceGet?: booleanForce the use of a simple HTTP GET request to capture the target URL. By default SPN2 does a HTTP HEAD on the target URL to decide whether to use a headless browser or a simple HTTP GET request.
OptionalifNotArchivedWithin?: string | [string, string]Capture web page only if the latest existing capture at the Archive is older than the
OptionaljsBehaviorTimeout?: numberRun JS code for
OptionaloutlinksAvailability?: booleanReturn the timestamp of the last capture for all outlinks.
OptionalskipFirstArchive?: booleanSkip checking if a capture is a first if you don’t need this information. This will make captures run faster.
OptionaluseUserAgent?: stringUse custom HTTP User-Agent value when capturing the target page.
Use your own username and password in the target page’s login forms.
Capture a web page with errors (HTTP status=4xx or 5xx). By default SPN2 captures only status=200 URLs.