POST /v1/pipelines/ingest runs extraction, chunking, embedding, and storage together. Use it when your application wants one request to build or refresh a collection.
Request
Inputs
You can combine inputs in one request. Ragrails merges extracted documents before chunking.
Config Blocks
When To Use Stage Endpoints
Use stage endpoints instead of/v1/pipelines/ingest when you need to inspect extracted documents, review chunks before embedding, store artifacts outside the API response, or retry a specific stage.
