Skip to main content
POST
/
pipeline
Create a new pipeline
curl --request POST \
  --url https://api.vectorshift.ai/v1/pipeline \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "status": "success",
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Body

name
string
required
description
string

Response

Pipeline created successfully

status
enum<string>
required
Available options:
success,
failed
id
string
required