Utility Endpoints
Get Followup Suggestions
Get followup suggestions for the conversation.
GET
Get Followup Suggestions
Documentation Index
Fetch the complete documentation index at: https://docs.chatzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
UUID of the conversation to fetch followup suggestions for.
Example:
"96333140-53c3-4d1d-bbd1-edd150d46ea2"
Number of followup suggestions to fetch (default 5, min 3, max 10).
Required range:
3 <= x <= 10Model to use for generating followup suggestions. Allowed values: gpt-4o-mini, gemini-2.5-flash-lite.
Available options:
gpt-4o-mini, gemini-2.5-flash-lite Response
200 - application/json
Followup suggestions returned successfully.
Example:
[
"Can you explain that in simpler terms?",
"What are the next steps I should take?",
"Could you provide an example?",
"How do I fix this issue?",
"Can you summarize the main points?"
]Get Followup Suggestions