/article2
GET
A GET
request can always be filtered by the get parameters defined in the introduction section of the API documentation.
Example GET request:
in order to see HIDDEN
objects you will need to send includeHidden=true
as a parameter to the GET
query
POST
Example POST object:
You can also add a targeting object in the post payload to narrow down your result to specific sites or publishers. Read more about targeting objects here.
Parameter
Required
Restrictions
Description
pageSize
yes
Number
The amount of results to get back.
sentence
yes
String
A url encoded string of your search sentence.
thresholdScore
yes
Number
A decimal number of the closeness to your sentence you want to be, it ranges from 0 - 1 where 1 is exactly similar, and 0 is not very similar.
Last updated