Pipelines
Copy Pipeline
Copy a pipeline including its files and documents.
Creates a new pipeline with the same configuration and triggers a sync to populate the new vector store.
post/api/v1/pipelines/{pipeline_id}/copy
Path parameters
pipeline_idstring uuid required
Cookies
sessionstring nullable
Response
Successful Response
Example response
{
"llama_parse_parameters": {
"webhook_configurations": [
{
"webhook_url": "https://example.com/webhooks/llamacloud",
"webhook_headers": {
"Authorization": "Bearer sk-..."
},
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
]
}
}