Continue a discussion with a new message
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
API Specification
Parameters
discussionId
string, required
The unique identifier of the discussionmessage
string, required
The user message to continue the discussionmetadata
object, Optional metadata as key-value pairsattachments
array of objects, Optional attachments associated with the messagecontext
object
Authorization
- x-universe-auth
string, required
JWT authentication token
Response Codes
200
Discussion continued with streaming AI response400
Bad request - invalid message or context401
Unauthorized - invalid or missing authentication404
Discussion not found500
Internal server error
Example Request
curl --request POST \
--url https://example.com/chats/discussionId/entries \
--header 'accept: application/x-ndjson' \
--header 'content-type: application/json'
Example Response
{
"status": "success",
"data": {
"message": "Updated3 months ago"
}
}