Endpoint for sending a chat message via Hymalaia API
POST https://{{url_base}}/api/chat/send-message
{{url_base}}
is a dynamic placeholder that represents the base URL for the Hymalaia API. This variable can change depending on:
stg-azure.hymalaia.net
api.hymalaia.net
https://stg-azure.hymalaia.net/api/chat/send-message
https://api.hymalaia.net/api/chat/send-message
https://your-company.hymalaia.net/api/chat/send-message
alternate_assistant_id
: Specify an alternative assistant (default: 0)chat_session_id
: Unique identifier for the chat sessionparent_message_id
: ID of the parent message (for context in conversation)message
: The actual message text to sendprompt_id
: Identifier for the prompt (default: 0)search_doc_ids
: Optional document IDs to searchfile_descriptors
: Any file attachmentsregenerate
: Whether to regenerate the responseretrieval_options
: Advanced search and filtering optionsllm_override
: Specify a different LLM model if neededuse_agentic_search
: Enable or disable agentic search${HYMALAIA_API_TOKEN}
with your actual Hymalaia API token.Authorization
header: