Overview
The API section is the authoritative reference for everything in Taters: classes, functions, and CLIs exactly as they exist in the codebase. Each page is generated from the source docstrings (numpy style) so signatures, parameter types, defaults, return values, and raised errors stay in sync with the latest release. Use this when you already know what you want to call and need the precise arguments or behavior, or when you want to discover related helpers within a module. Where useful, we include minimal, copy-paste examples and links back to the relevant Guides for context. If something is marked experimental or subject to change, it will probably say so; otherwise you can assume it is supported and versioned. In short: the Guides show how to cook; the API tells you the exact ingredients and measurements.
The API section is really for the hardcore nerds. It is all-inclusive and exposes nearly everything about Taters, which can be overwhelming if you're not used to this. If you're looking for a simpler area with some more basic information/ideas around using Taters, head on over to The Guides.