SiteAssist

Search

GET
/search
x-siteassist-key<token>

In: header

Query Parameters

qstring
Length1 <= length <= 500
size?number
Range1 <= value <= 20

Response Body

curl -X GET "https://loading/search?q=string&size=1"
{
  "results": [
    {
      "score": 0,
      "title": "string",
      "content": "string",
      "url": "http://example.com",
      "path": "string"
    }
  ]
}
Empty
Empty
Empty
Empty
Empty