LangBot Docs
Pipelines

Copy a pipeline

Copy an existing pipeline to create a new one.

POST
/api/v1/pipelines/{pipeline_uuid}/copy

Copy an existing pipeline to create a new one.

Authorization

X-API-Key<token>

In: header

Path Parameters

pipeline_uuid*string
Formatuuid

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/pipelines/497f6eca-6276-4993-bfeb-53cbbbba6f08/copy"
{  "code": 0,  "data": {    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f"  }}