List reviewed source sites
Read the reviewed source-site catalogue and its selection ceiling for the authenticated Research workspace.
GET
/api/research/source-sitesBrowser sessionAuthenticated browser session
Required boundary headers
Cookie: authenticated browser sessionWhat this route does
Use this product-session route to populate the source preference selector. The catalogue describes advisory preferences; it is not an API-key discovery endpoint.
Request and response
Example request
curl "https://vidbyte-backend.onrender.com/api/research/source-sites" \
-H "Cookie: authenticated-session"Example response
{
"max_selected_sites": 10,
"sites": [{
"id": "arxiv",
"title": "arXiv",
"website": "arxiv.org",
"description": "Open scholarly preprints"
}]
}Response and errors
- Returns max_selected_sites and reviewed site options.
- Unknown source-site preferences remain soft preferences and may be dropped at admission.