Parse
The Parse v2 API uses complexity-aware pricing: each page’s credit consumption scales with the volume of content returned, so simpler pages consume fewer credits and denser pages consume more. Each page’s credit consumption is the sum of the two components below. Output characters are the characters in the returnedmarkdown field, excluding the page-break and document-ID markers.
| Component | Credit Consumption |
|---|---|
| Page | 1 credit per page |
| Output characters | 0.5 credits per 1,000 output characters |
Parse Jobs
Parse Jobs v2 uses the same complexity-aware per-page pricing as the Parse v2 API, with a service tier that sets the rate. Choose the tier with theservice_tier field when you create a job; if you omit it, the job runs on the standard tier.
The standard tier consumes half as many credits as the priority tier. The priority tier consumes credits at the same rate as the synchronous Parse v2 API.
| Component | Priority | Standard (default) |
|---|---|---|
| Page | 1 credit per page | 0.5 credits per page |
| Output characters | 0.5 credits per 1,000 output characters | 0.25 credits per 1,000 output characters |
For how to set the tier, see Parse Asynchronously.
Extract
The Extract v2 API consumes credits based on the number of input and output characters. Input characters are the Markdown you send. Output characters are the characters in the returnedextraction and extraction_metadata fields, excluding indentation whitespace.
| Component | Credit Consumption |
|---|---|
| Input characters | 1 credit per 2,500 characters |
| Output characters | 1 credit per 500 characters |
Extract Jobs
Extract Jobs v2 uses the same character-based pricing as the Extract v2 API, with a service tier that sets the rate. Choose the tier with theservice_tier field when you create a job; if you omit it, the job runs on the standard tier.
The standard tier consumes half as many credits as the priority tier. The priority tier consumes credits at the same rate as the synchronous Extract v2 API.
| Component | Priority | Standard (default) |
|---|---|---|
| Input characters | 1 credit per 2,500 characters | 1 credit per 5,000 characters |
| Output characters | 1 credit per 500 characters | 1 credit per 1,000 characters |
For how to set the tier, see Extract Asynchronously.