Skip to main content

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:
Upload with progress tracking:
The onProgress callback receives an object with bytesUploaded, bytesTotal, and percent fields. Upload from Buffer:

download()

Returns a pre-signed download URL for a statement file.

Signature

Parameters

Example


processes()

Returns the processing status for a statement, including staging and processing progress.

Signature

Parameters

Example