GET
/
v1
/
ws
/
search

Headers

X-API-Key
string
required

Your API key for authentication

Body

application/json
prompt
string
required

The search query, can be as extended or succinct as you like

image
string

Optional, This string can be the url of the image you want to send. Alternatively, (and the preferred method) is providing a base64 encoded string of the image. If providing a url, the link must start with https:// and ends with a common image file extension like .jpg, .jpeg, .png, .gif, etc.

output_format
object

Optional, a json schema for the response. This will be used to format the response of the agentic search. The types allowed can be any of: string, number, boolean, integer, array

source_blacklist
string[]

Optional, a list of strings representing domains you want to exclude from the agentic search. ['cnn.com','foxnews.com'].