curl --request POST \ --url https://api.vectorshift.ai/v1/chatbot/{id}/run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "conversation_id": "<string>", "stream": false, "filter": { "filter_items": [ { "object_id": "<string>", "item_id": "<string>", "document_id": "<string>" } ], "selection_mode": "ALL" }, "generate_follow_up_questions": false, "number_of_follow_up_questions": 123, "slack_channel_id": "<string>" }'
{ "status": "success", "conversation_id": "<string>", "output_message": "<string>", "follow_up_questions": [ "<string>" ] }
Bearer token authentication using API key
Chatbot ID
Base64 encoded audio data
Show child attributes
ALL
ANY
success
failed