Skip to main content

Cookbook

apibackuper covers several backup workflows. This page is a task-oriented index: find the row that sounds like you, then follow the linked sections. If you are completely new, do the quick start first.

You want to…Start with
Archive a paginated public APIQuick start, run
Guess pagination keys from a live URLdetect
Estimate size before a long runestimate
Resume a stopped jobrun --resume, best practices
Fetch only changed recordsupdate, incremental and update
Follow list items into detail endpointsfollow, follow and files
Download files attached to recordsgetfiles
Export JSONL, gzip, zstd, or Parquetexport
Authenticate against a protected APIAuthentication, protected APIs
Stay under API rate limitsRate limiting
Disable SSL verification for a broken certTroubleshooting
Customize requests with PythonHooks

Detailed walkthroughs