cURL
curl --request POST \ --url https://api.vectorshift.ai/v1/chatbot \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pipeline": { "id": "<string>", "version": "latest" }, "name": "<string>", "description": "<string>", "deployment_options": {}, "access_config": {}, "twilio_config": {}, "slack_config": {}, "deployed": true, "input": "<string>", "output": "<string>" } '
{ "status": "success", "id": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.vectorshift.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using API key
Show child attributes
Successful response
success
failed