Skip to main content
Every Parse response includes a page_billing_breakdown field inside usage that tells you exactly which billable features were applied to each page. This gives you granular visibility into your credit consumption.

Response Format

The page_billing_breakdown is a map from 1-indexed page number (as a string) to an array of billing feature tags applied to that page:

Billing Features

Each page can have one or more of the following feature tags:

Feature Collapsing

Several internal work types are collapsed into simplified categories for clarity:
  • complex combines: figure_summary, table_summary, and key_value work types. If a page has multiple complex operations (e.g., both a complex table and a figure summary), it still appears as a single complex tag.
  • page, html_page, and docx_native_page are mutually exclusive base page types depending on the document format.
  • billable_spreadsheet_pages is the current spreadsheet billing tag. During rollout compatibility, older persisted responses may still show spreadsheet_cells.

Credit Usage

Full credit rates for all endpoints.

Parse Response Format

Complete parse response structure.