Desearch AI Search
The Desearch API allows you to perform AI-powered web searches, gathering relevant information from multiple sources, including web pages, research papers, and social media discussions.
Authorizations
Body
Search query prompt
"Bittensor"
A list of tools to be used for the search
web
, hackernews
, reddit
, wikipedia
, youtube
, twitter
, arxiv
[
"web",
"hackernews",
"reddit",
"wikipedia",
"youtube",
"twitter",
"arxiv"
]
The model to be used for the search
NOVA
, ORBIT
, HORIZON
The date filter to be used for the search
PAST_24_HOURS
, PAST_2_DAYS
, PAST_WEEK
, PAST_2_WEEKS
, PAST_MONTH
, PAST_2_MONTHS
, PAST_YEAR
, PAST_2_YEARS
"PAST_24_HOURS"
Whether to stream results
true
The result type to be used for the search
ONLY_LINKS
, LINKS_WITH_SUMMARIES
, LINKS_WITH_FINAL_SUMMARY
"LINKS_WITH_FINAL_SUMMARY"
The system message to be used for the search
"Summarize the content by categorizing key points into 'Pros' and 'Cons' sections."
Response
Search results retrieved from Wikipedia, containing relevant articles based on the query.
Search results from YouTube, including relevant videos matching the search criteria.
Search results from the Arxiv repository, returning academic papers related to the query.
Search results from Reddit, providing discussions and posts related to the search query.
Search results from Hacker News, listing articles and discussions relevant to the query.
Extracted or summarized text chunks related to the search query, which may be in list or string format.
A list of generated links related to the search query for further exploration.
Generated links specifically related to search completion suggestions or follow-up queries.
Generated completion text or response, typically used in AI-generated content results.
A list of miner link scores, typically used in AI-generated content results.
Search results retrieved from Wikipedia, containing relevant articles based on the query.
Search results from YouTube, including relevant videos matching the search criteria.
Search results from the Arxiv repository, returning academic papers related to the query.
Search results from Reddit, providing discussions and posts related to the search query.
Search results from Hacker News, listing articles and discussions relevant to the query.
Extracted or summarized text chunks related to the search query, which may be in list or string format.
A list of generated links related to the search query for further exploration.
Generated links specifically related to search completion suggestions or follow-up queries.
Generated completion text or response, typically used in AI-generated content results.
A list of miner link scores, typically used in AI-generated content results.
The response is of type object
.
The response is of type string
.