cURL
curl --request POST \ --url https://api.example.com/api/search/follow_up_questions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chat_id": "<string>", "query": "<string>", "locale": "en" } '
{ "chat_id": "<string>", "follow_up_questions": [ "<string>" ] }
Generate follow-up questions for a search chat
Bearer token authentication. Format: 'Bearer '
Request schema for follow-up questions for search.
Successful Response
Response schema for follow-up questions for search.
Was this page helpful?