Skip to main content

PresetListResponse

Response containing list of pipeline presets.

Presets are pre-configured pipeline templates that can be applied to datasets.

presetsobject[]required

List of available pipeline presets

totalTotal (integer)required

Total number of presets available

PresetListResponse
{
"presets": [
{
"description": "Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store",
"name": "general_purpose"
}
],
"total": 1
}