curl --request POST \ --url https://app.kapso.ai/api/v1/agents/{agent_id}/test_chats \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "message": "I need help with my order", "agent_test_chat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"}'
Initiates a test conversation with the specified agent
POST
/
agents
/
{agent_id}
/
test_chats
Start a new agent test chat
Copy
curl --request POST \ --url https://app.kapso.ai/api/v1/agents/{agent_id}/test_chats \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "message": "I need help with my order", "agent_test_chat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"}'