Endpoints
VIVI provides three primary endpoints for API-based communication:Name | Method | Path | Description |
---|---|---|---|
Stream Messages | POST | /channelsApi/{channelId}/stream | Streams responses progressively in real time. |
Invoke Messages | POST | /channelsApi/{channelId}/invoke | Sends a single message and returns a response. |
Batch Messages | POST | /channelsApi/{channelId}/batch | Sends multiple messages in a single request. |
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.