Upload Alias

You can upload your own alias dictionary by specifying the words for which you want alias to be considered as well in your search.
To enable the search with alias remember to update the settings using the Update Settings API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Your upload_alias request body should have the following structure:

{
  "alias_dictionary": {
    str: Array[str]             
  }
}
  • The keys of the alias_dictionary are the keywords for which you want to create alias. These are the words that you expect to be in your documents.
  • The values of the dictionary are terms that you expect to be in your queries and you want to consider as if they were the keywords.
Body Params
alias_dictionary
object
required

Alias dictionary for your keywords, to better understand how to build your dictionary see the upload alias guide

Headers
string

Your 32 characters API Key token. If you don't have one yet, register at api.pigro.ai to receive it

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json