Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The search query or queries to execute. A search query. Can be a single query or a list of queries for multi-query search.
Example:
"latest AI developments 2024"
The maximum number of search results to return.
Required range:
1 <= x <= 20
Controls the maximum number of tokens retrieved from each webpage during search processing. Higher values provide more comprehensive content extraction but may increase processing time.
Example:
1024
Response
200 - application/json
Successfully retrieved search results.
An array of search results.