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>
Search results
The response is of type object.
object