This document provides a summary of leveraging the Notes C API in LotusScript. It discusses calling both simple and complex Notes C API functions from LotusScript code. Platform differences are highlighted when calling the C API directly. Custom classes are demonstrated as a way to hide platform differences and properly manage Notes C API handles. Examples are provided of calling simple API functions as well as handling complex sequences involving database handles.