Begin met chatten met de Chatbot via de Chatwize API en ontdek hoe je eenvoudig een chatsessie opzet.
https://app.chatwize.ai/api/v1/chatbot/{uuid}/session/create
.
{uuid}
vervangt door de UUID van je chatbot.uuid
from this response is essential for sending messages within the established chat session.
https://app.chatwize.ai/api/v1/session/{uuid}/message/stream
{uuid}
with the UUID of created session.