Authorizations
Authorization
- Type: Bearer Token
- Description: Authentication header of the form
Bearer <token>
Request Body
Parameters
Required
chat_session_id
(string): Unique identifier for the chat sessionmessage
(string): The text message to send
Optional
alternate_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 search
Example Request
Key Parameters
chat_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
Replace placeholders:
{{url_base}}
with your Hymalaia API base URL${HYMALAIA_API_TOKEN}
with your actual API token
Responses
200 OK
- `
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Chat message details
Unique identifier for the chat session
The text message to send
ID of the alternate assistant to use
ID of the parent message for context
Identifier for the prompt
Whether to regenerate the previous response
Advanced search and retrieval options
Override default LLM settings
Enable agentic search capabilities