Create a new pipeline with the specified configuration
curl --request POST \ --url https://api.vectorshift.ai/v1/pipeline \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "config": {} }'
{ "status": "success", "id": "<string>" }
Bearer token authentication using API key
success
failed