List available templates
Public gallery
The discovery endpoint is authoritative. New public templates can appear without a client release.
Download bank analytics as CSV
month_as_row writes one row per statement period and account. month_as_col writes metrics as rows and statement periods as columns.month_as_row
The file contains individual account rows followed by NET and Average summary rows.
month_as_col
The file uses the combined cash row for each statement period.
GET /books/{book_id}/analytics.
Generate a gallery export
mca for bank statement templates, vlad for credit report templates, or tax for tax templates.A template returned by
GET /parse/spreadsheet-templates. When omitted, Pathway uses the organization’s default for that sheet type.sheet_type and must be visible to the token’s organization.
Get a browser-ready export
sheet_type and template_id parameters. It generates the file, uploads a temporary copy, and returns URLs suitable for an embedded preview or download.
download_url is temporary. Generate a new response when the old URL expires or when the Book changes.
Response conditions
For multi-file packaging and filename handling, see Export data.