Endpoints
In order to test the endpoints, you will need to assign your API channel to an agent. Once assigned, head back to the API channel page and click Test to view the testing window. VIVI provides five endpoints:- Stream Messages
- Invoke Messages
- Batch Messages
- Files
POST
https://api-prod-d1d739d4-c24f-59dc-865b-e630d70bf11b.vivi.bot/channelsApi/{channelId}/stream This endpoint allows you to stream a single message in a conversation channel.
The API key given to you when creating your API channel.
The Channel ID given to you when creating your API channel.
The test message that you’d like to send to the agent.
The custom thread ID to use for the conversation.
The custom user ID that will be associated with this user.
The URL you received from the
Upload Conversation Files endpoint.Don’t forget to swap the apiKey and channelId with your credentials.
Best Practices
- Keep your API key secret and rotate it if you suspect exposure.
- Always test endpoints using the provided tools before connecting production systems.

