v1

latestOpenAPI 3.1.02026-07-26151126273.9 KB
Custom Pipelines (Deprecated)

Seed Custom Pipeline

Directly create a completed custom processor from JSON. Admin-only.

Skips the agent entirely -- useful for seeding test data, local development, and populating demos. The processor is immediately usable via POST /api/v1/marker.

USE WITH CAUTION

post/api/v1/custom_pipelines/seed

Cookies

wos-sessionstring
datalab_active_teamstring

Request body

namestring required

Display name for the processor

request_descriptionstring required

Description of what this processor does

pipeline_paramsobject required

Pipeline parameters (must contain 'modifications' array)

original_paramsobject

Base pipeline parameters

eval_definitionobject nullable

Evaluation definition for running evals against this processor

processor_idstring nullable

Optional fixed processor ID (default: auto-generated)

template_slugstring nullable

URL-friendly slug to create this processor as a template

template_descriptionstring nullable

Public-facing template description

template_categorystring nullable

Template category (e.g. Research, Business)

display_configobject nullable

Display configuration for the template UI (recommended_view, changes_description, highlight_css)

Response

Successful Response

successboolean required
processor_idstring required