GET
/
articles

Query Parameters

url
string | null
search_query
string | null
search_type
enum<string>
Available options:
text,
semantic,
structured
has_embeddings
boolean | null

Filter articles with embeddings

has_geocoding
boolean | null

Filter articles with geocoding

has_entities
boolean | null

Filter articles with entities

has_classification
boolean | null

Filter articles with classification

skip
integer | null
default: 0

Number of articles to skip

limit
integer
default: 10

Number of articles to return

sort_by
string | null
sort_order
string
default: desc
filters
string | null

JSON string of filters

news_category
string | null

Filter by news category

secondary_category
string | null

Filter by secondary category

keyword
string | null

Filter by keyword

entities
string | null

Comma-separated list of entities

locations
string | null

Comma-separated list of locations

topics
string | null

Comma-separated list of topics

classification_scores
string | null

JSON string of classification score ranges

keyword_weights
string | null

JSON string of keyword weights

exclude_keywords
string | null

Comma-separated list of exclude keywords

Response

200 - application/json

The response is of type any.