curl --request POST \
--url https://api.vectorshift.ai/v1/chatbot/{id}/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"audio": "aSDinaTvuI8gbWludGxpZnk=",
"conversation_id": "<string>",
"stream": false
}
'