Api reference
Get raw usage data
Authorization
BearerAuth AuthorizationBearer <token>
Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.
In: header
Path Parameters
projectId*string
Query Parameters
windowDays?integer
Default
30Range
1 <= value <= 365Response Body
application/json
curl -X GET "https://loading/api/v1/projects/string/usage"{
"since": "2019-08-24T14:15:22Z",
"rows": [
{
"indexId": "string",
"type": "string",
"total": 0
}
]
}Get aggregated analytics
Spell check a search query
Applies AACsearch's NLP pipeline: language detection, keyboard layout fix (RU↔EN), transliteration detection, diacritics normalization, Yo/ё normalization, SymSpell fast dictionary correction. Returns suggestions ranked by similarity + frequency. Optionally builds dictionary from the specified index's documents for better results.