Skip to main content
GET
/
search
/
full
Full Text Search
curl --request GET \
  --url https://api.aisa.one/apis/v1/search/full \
  --header 'Authorization: Bearer <token>'
{
  "queryContext": {
    "originalQuery": "<string>"
  },
  "webPages": {
    "value": [
      {
        "name": "<string>",
        "url": "<string>",
        "displayUrl": "<string>",
        "snippet": "<string>",
        "content": "<string>",
        "siteName": "<string>",
        "logo": "<string>",
        "datePublished": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

User search query, cannot be empty

count
string
offset
integer
default:0
freshness
string
mkt
string
cc
string
Maximum string length: 2
Available options:
Off,
Moderate,
Strict
setLang
string
textDecorations
boolean
default:false

Whether to include hit highlighting markers

contentType
enum<string>

Format of returned full text content

Available options:
HTML,
MARKDOWN

Response

200 - application/json

Full text search response

queryContext
object
webPages
object