Search similar articles
Searches for articles similar to the specified query. You can filter results by language, country, source, and more.
Authorizations
Body
Request body for searching similar articles based on specified criteria such as query, language, country, source, and more.
The body is of type object
.
Response
A successful response containing articles similar to the specified query. If no matches, returns a failed search response according to the defined schema.
The response model for a successful Search similar
request. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.). - The
nlp
property within the article objectarticles[n].nlp
is only available with NLP-enabled subscription plans.
The base response model containing common fields for search operations.
The response model for a successful Search similar
request. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.). - The
nlp
property within the article objectarticles[n].nlp
is only available with NLP-enabled subscription plans.
The base response model containing common fields for search operations.
The response model for a failed Search Similar
request.
The base response model containing common fields for search operations.