Get suggested questions
Retrieve a list of dynamically generated questions for a specific AI Representative. These questions are tailored to the professional's profile, services, and expertise, giving visitors a starting point for conversation.
/api/v1/public/ai/suggested-questions/{profile_id}Get dynamic conversation starters for an AI Representative
Path parameters
profile_idstringRequiredThe unique identifier of the professional whose AI Representative you want suggested questions for.
Response
The response is a JSON array of strings. Each string is a suggested question that visitors can ask the AI Representative.
Code examples
Example response
[
"What areas do you specialize in?",
"Can you tell me about your recent listings?",
"What should first-time homebuyers know about the Miami market?",
"How do you help sellers price their homes?",
"What sets you apart from other agents in the area?"
]
Use cases
Chat UI conversation starters
Display suggested questions as clickable buttons when a visitor first opens the chat with an AI Representative. This reduces friction and helps visitors start meaningful conversations immediately.
Pre-populating MCP tool prompts
When building MCP integrations, use suggested questions to provide context about what a user can ask a specific AI Representative.
Dynamic and fresh
Suggested questions are generated based on the professional's current profile data, blog posts, and services. They update as the profile changes, so your integration always shows relevant conversation starters.
Error responses
| HTTP Status | Meaning |
|---|---|
404 | Profile not found |
500 | Internal server error |