Skip to main content
Install a pipe from URL or local path
curl --request POST \
  --url https://api.example.com/pipes/install \
  --header 'Content-Type: application/json' \
  --data '
{
  "source": "<string>"
}
'
{
  "success": true,
  "name": "<string>"
}

Body

application/json
source
string
required

Response

200 - application/json

Pipe installed

success
boolean
name
string