curl --request POST \
--url https://cloud.onyx.app/api/chat/send-message-simple-api \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"chunks_above": 123,
"chunks_below": 123,
"full_doc": false,
"chat_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"persona_id": 123,
"message": "<string>",
"retrieval_options": {
"chunks_above": 123,
"chunks_below": 123,
"full_doc": false,
"run_search": "always",
"real_time": true,
"filters": {
"source_type": [
"ingestion_api"
],
"document_set": [
"<string>"
],
"time_cutoff": "2023-11-07T05:31:56Z",
"tags": [
{
"tag_key": "<string>",
"tag_value": "<string>"
}
],
"kg_entities": [
"<string>"
],
"kg_relationships": [
"<string>"
],
"kg_terms": [
"<string>"
],
"kg_sources": [
"<string>"
],
"kg_chunk_id_zero_only": true
},
"enable_auto_detect_filters": true,
"offset": 123,
"limit": 123,
"dedupe_docs": false
},
"query_override": "<string>",
"search_doc_ids": [
123
],
"structured_response_format": {},
"use_agentic_search": false
}'