session

Send Session Message

POST a user message to the session's conversation_history. Reuses the same approach from conversation_service -> append_message(...).

post/session/{session_id}/chat

Path parameters

session_idstring required

Request body

messagestring required
type'text' | 'image_url' | 'image_description'

Response

Successful Response

statusstring required
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.