Web Link Search
Search links using all tools except X (Twitter) Search.
This API allows users to search for links related to a given query (prompt) using multiple tools, excluding X (Twitter) Search. The API returns a list of relevant sources from selected platforms such as web pages, YouTube, Wikipedia, and ArXiv.
Using Web Link Search API
The following examples demonstrate how to interact with the Web Link Search API using multiple coding platform.
Request Sample
The below script:
-
Sends a POST request to the Datura AI Search API https://apis.datura.ai/desearch/ai/search/links/web.
-
This call fetches search results related to the “Tesla Space Program” from various sources, including Web Search, YouTube, Wikipedia, and ArXiv.
-
The script communicate with the API, providing an authorization key and specifying the request body in JSON format.
-
The search query is processed using the NOVA AI model, which retrieves relevant links.
-
The API response is then printed in JSON format, containing the search results.
Parameters
Required
-
url
: The endpoint for the Web Link Search API. -
payload
/body
: A JSON string or dictionary containing:prompt
: A string representing the search query.tools
: A list of tools to be used for the search, e.g., [ “Web Search”, “Hacker News Search”, “Reddit Search”, “Wikipedia Search”, “Youtube Search”, “ArXiv Search” ].model
: The model to be used for processing, e.g., “NOVA”.
Response Sample
Based on the above code, here is how the response is retrieve as JSON. Each coding language has its own way of retrieving data from the below JSON.
Models
Nova 1.0
Quick insights, broad coverage.
Orbit 1.0
Balanced analysis, targeted relevance.
Horizon 1.0
In-depth exploration, profound insights.
Tools
Web Search
To find information and resources across the internet.
To gather community-driven insights and discussions.
YouTube
For video content and tutorials.
Hacker News
To find tech-related news and discussions.
Wikipedia
For detailed and comprehensive information on a wide range of topics.
X (Twitter)
To gather real-time updates and discussions.
arXiv
For accessing research papers and preprints in various fields.
Test API
To experiment with the Web Link Search API and see it in action, visit the Web Link Search API.