Quote Parse Config
Quote an AD-HOC convert config (no saved pipeline) — the authenticated playground’s run receipt (F1 of the config-panel work).
Prices the single-convert blueprint the playground config maps to through the SAME machinery GET //rate uses, so the quote carries the team’s real personal rates (plan, EU regional modifier, legacy convert holds, per-team overrides) instead of the frontend’s hand-synced “standard rate” mirror. Response envelope == /rate () so the receipt consumes it unchanged:
- 2026-regime teams (everyone but the classic-pinned grandfathers) get
the additive headline + the D7b
line_itemsitemization — one “step” line for the convert base, one “addon” line per priced extra (track_changes framed as a convert ADD-ON, never a standalone quote — the framing law), and one “eval” line whenevalis set (eval_rubric_idis null: the flag prices the eval PASS, not a specific rubric). As on /rate, eval never moves the headline. - classic-pinned teams get the classic convert rate as the step line
with NO
line_items— mirroring /rate byte-for-byte, so the receipt falls back to its hedged mirror rates for add-ons.
Cheap by design (hence no extra rate limit — the router has none): no pipeline row is read or written; the only DB reads are the team + subscription lookups every /rate call already performs.
Authorizations
Query Parameters
Optional residency region override (e.g. us, eu). When provided, use file_url or direct-upload; multipart uploads are rejected. When omitted, the request uses the team's configured residency and profile.
Body
An AD-HOC convert config to price — the authenticated playground's run receipt (F1). No saved pipeline involved; this is the panel's current mode/extras/eval state, quoted at the team's real personal rates.
The EFFECTIVE convert mode. When Track Changes / Chart Understanding null the panel's mode picker, callers pass the remembered mode that still bills underneath.
fast, balanced, accurate Enabled priced extras, by billing key: track_changes, chart_understanding, infographic, word_bbox, table_cell_bboxes, list_item_bboxes.
Quote the eval pass too (a rubric is attached). Adds an 'eval' line item; never moves the headline rate (eval bills only when a run scores).
Response
Successful Response