Create a conversation
POST/api/v1/sai/chats
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated — use POST /api/v1/sai/chats/{userId} instead. Creates a conversation for a user and returns the AI's reply to initialMessage along with the new chatId. The customer must belong to your business, and each call counts toward your subscription's metered SAI usage.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Conversation created successfully
Validation failed
Business session is required
User does not belong to this business
User not found
Internal server error