list()
Returns a paginated list of statements for a project.Signature
Parameters
Example
get()
Returns a single statement by ID.Signature
Parameters
Example
upload()
Uploads a statement PDF to a project. The file is stored and queued for processing.Signature
Parameters
Examples
Upload from file path:onProgress callback receives an object with bytesUploaded, bytesTotal, and percent fields.
Upload from Buffer: