Hi.
The Perplexity UI allows me to select sources such as my Google Drive files as well as other connectors.
The API seems to be limited to only web search and academic paper search?
Am I missing something? Could someone confirm my conclusion?
Hi.
The Perplexity UI allows me to select sources such as my Google Drive files as well as other connectors.
The API seems to be limited to only web search and academic paper search?
Am I missing something? Could someone confirm my conclusion?
Hi! You’re correct that the API doesn’t yet support personal sources like Google Drive or other connectors available in the Perplexity UI.
Right now, the API mainly supports:
search_domain_filter
, for inclusion/exclusion of specific websites)However, support for file search and external connectors is on the roadmap. The team is actively working on bringing parity with the UI -so things like document search and connector integration are coming!
For now, if you need tighter control over sources, you can use search_domain_filter
to include or exclude up to 10 domains per request. Example:
"search_domain_filter": ["nasa.gov", "wikipedia.org", "-pinterest.com"]
You can keep an eye on API updates via the changelog or submit feature requests here.
Hope that helps!