List Vision API presets
vision_list_presetsRetrieve the full catalogue of document presets, each with schema fields and purpose. Identify supported document types and preset names for coding. Free, no API key needed.
Instructions
List the preset catalogue: every named schema, with its field count and what it is for.
Free — no credits, no API key needed.
Read this when the user asks what document types are supported, or when you need a preset name to put in code. Do NOT call it to pick a preset before an extraction: preset:"auto" classifies the file server-side for free and is better at it than matching a description by eye, and vision_detect costs a fifth of a credit if you want the ranking. Listing 28 presets to guess one is the expensive path to a worse answer.
The names here are catalogue entries, not field names. Call vision_get_preset before writing any field name into code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown (default) — compact, readable, absent fields summarised rather than repeated. compact_json — the same information as data, with _not_found and _low_confidence arrays, for when you will parse it. json — the API response verbatim; use it when you are writing HTTP code against the contract. | markdown |