Endpoints
Create Web Search
Returns a json object/list with search results.
GET
/
v1
/
web-search
Query Parameters
key
string
requiredYour ShuttleAI API key.
query
string
requiredThe search query
limit
integer
Defaults to 5
. The number of search results to return
model
enum<string>
Defaults to search-ddg
. The engine to use for the search.
Available options:
search-ddg
, search-google
lang
string
Defaults to en
. The language to use for the search. (NOTE: Only available for search-google
!)
type
enum<string>
Defaults to searchTypeUndefined
(web). The type of search. (NOTE: Only available for search-google
!)
Available options:
searchTypeUndefined
, image
Response
200 - application/json
title
string
link
string
snippet
string