Skip to main content
The v2 APIs use complexity-aware pricing: credit consumption scales with how much content a request processes, so simpler documents consume fewer credits and denser documents consume more. Rates depend on the service tier: the standard tier consumes half the credits of the priority tier. All credit totals are rounded up to the nearest 0.1 credit. For plan and billing details and pricing for other ADE tools, see Plans & Billing.

Parse

Synchronous Parse requests run on the priority tier. Asynchronous Parse Jobs requests run on either the priority or standard tier. Rates depend on the parsing model family and service tier. Each page’s credit consumption is the sum of two components: a per-page rate and an output-character rate.

DPT-3 Pro

is the default, highest-quality parsing model. A typical business document parsed with uses a median of 1.5 credits on the standard tier.

DPT-3 Fast

is the lower-latency preview model for digitally created text documents.

How Output Characters Are Counted for Parse

Output characters are all characters (Unicode code points) in the returned markdown field, including the page-break and document-ID markers.

Verify Parse Credit Consumption

The response’s metadata shows the credits consumed and every number used to calculate the total. For example, a 12-page synchronous parse could report:
For the full field reference, see Parse API Response.

Extract

Synchronous Extract requests run on the priority tier. Asynchronous Extract Jobs requests run on either the priority or standard tier. A typical business document uses a median of 1.5 credits on the standard tier. A request’s credit consumption is the sum of the two components below.

How Input and Output Characters Are Counted for Extract

Input characters are the characters (Unicode code points) in the Markdown you send. Output characters are the characters (Unicode code points) in the returned extraction field, serialized as compact JSON. Whitespace between values is not counted, and each non-ASCII character counts as one character, not as an escape sequence.

Verify Extract Credit Consumption

The response’s metadata shows the credits consumed and every number used to calculate the total. For example, an extract job on the standard tier could report:
For the full field reference, see Extract API Response.

Zero Data Retention

Using Zero Data Retention (ZDR) with the ADE v2 APIs does not consume any additional credits.