Search the internet for information
cURL
curl --request POST \ --url https://api.liquidindex.dev/internet/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>" } '
{ "results": "<string>", "urls": [ "<string>" ], "usage": { "read_units": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The query to search the internet for
Search results
An AI generated response to the query with citations
The URLs used to generate the response
Show child attributes
The number of read units consumed