Endpoint for sending a message in a chat session
Bearer <token>
chat_session_id
(string): Unique identifier for the chat sessionmessage
(string): The text message to sendalternate_assistant_id
(integer, default: 0): ID of the alternate assistant to useparent_message_id
(string): ID of the parent message for contextprompt_id
(integer, default: 0): Identifier for the promptretrieval_options
(object): Advanced search optionsllm_override
(object): Override LLM settingsuse_agentic_search
(boolean, default: false): Enable agentic searchchat_session_id
: Unique conversation identifiermessage
: Text to sendretrieval_options
: Advanced search configurationllm_override
: Specify language modelparent_message_id
: Context for conversation threadfile_descriptors
: Optional file attachments{{url_base}}
with your Hymalaia API base URL${HYMALAIA_API_TOKEN}
with your actual API tokenBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Chat message details
The body is of type object
.
Successful chat message response
The response is of type object
.