GET
/
v1
/
web-search

Query Parameters

key
string
required

Your ShuttleAI API key.

query
string
required

The 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