POST
/
simple-search
{
  "results": [
    {
      "url": "<string>",
      "content": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

query: Search query max_websites: number of websites to search (min 1, max 10, default 5) depth: search depth controlling agent steps (min 2, max 5, default 2)

Response

200
application/json

Successful Response

results: List of URLs and their content