Endpoints
Follow-up Examples
Generate follow-up question examples for a given question.
POST
This endpoint generates a list of suggested follow-up questions based on a previous question. You can identify the previous question by its slug or by providing the question text directly.
Upon first hit, the endpoint generates them. The consecutive hits retrieve the generated follow-up examples.
Path Parameters
The guru type identifier for the request.
Headers
Your API key for authentication. You can obtain your API key from the Gurubase dashboard.
Body Parameters
The slug of the question to get follow-up examples for. Either
question_slug or question is required.The text of the question to get follow-up examples for. Either
question_slug or question is required.The ID of the binge session (if exists) associated with the question.
Response
A list of suggested follow-up questions.
The slug of the question for which the examples were generated.
Indicates whether the follow-up examples were retrieved from cache.