Examples
Request
Unique identifier for the pipeline. Must contain only lowercase letters, numbers, dashes, and underscores.
Optional description of the pipeline’s purpose.
Array of pipeline step configurations. Must include at least one
chunk step.Each step object contains:type: Step type (process,chunk, orrefine)component: Component name (e.g.,recursive,overlap,embeddings)- Additional parameters specific to the component
Response
Unique identifier for the pipeline.
The pipeline slug.
Pipeline description.
Organization that owns the pipeline.
Array of pipeline step configurations.
ISO 8601 timestamp of creation.
ISO 8601 timestamp of last update.
Errors
| Status | Description |
|---|---|
| 409 | Pipeline with this slug already exists |
| 422 | Invalid slug format or missing required fields |
