curl --request POST \ --url https://app.kapso.ai/api/v1/agent_snapshots/{agent_snapshot_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 using a specific agent snapshot
POST
/
agent_snapshots
/
{agent_snapshot_id}
/
test_chats
Start a new test chat using an agent snapshot
Copy
curl --request POST \ --url https://app.kapso.ai/api/v1/agent_snapshots/{agent_snapshot_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"}'