cURL
curl --request POST \ --url https://backend.chatfly.co/api/chat/get-streaming-response-with-custom-settings \ --header 'Content-Type: application/json' \ --data '{ "bot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "message": "<string>", "chat_history": [ { "sender_type": "<string>", "content": "<string>" } ], "custom_prompt": "<string>", "gpt_model_name": "<string>", "temperature": 123, "rules": [ "<string>" ], "is_enable_citation": true }'
"<string>"
Get streaming response with custom settings.
Specify whether to get suggested questions.
Schema for streaming with custom settings.
Successful Response
The response is of type string.
string
Was this page helpful?