Path Parameters
The slug of the Guru to query sources from
Headers
Your API key for authentication. You can obtain your API key from the Gurubase.io dashboard.
Body Parameters
The question to find related sources for
Array of labels to filter sources by. If provided, only sources with matching labels will be returned. If multiple labels are provided, they are OR’ed. Meaning data sources belonging to any of those labels are returned.
Response
The response contains an array of source objects and total count.Array of source objects relevant to the question (maximum 10)Each source object contains:
title
(string): The title of the source document or pagelink
(string): The URL link to the source (can be null for internal sources)display_link
(boolean): Whether to display the link in the UIicon_url
(string): URL of the icon representing the sourcelabels
(array): Array of labels associated with this source
Total number of sources returned