[Post] Search By Author Request

POST {{baseUrl}}/api/authors

This endpoint allows you to search for articles. You can search for articles by keyword, language, country, source, and more.

Request Body

{"author_name"=>"<string>", "sources"=>"<comma_sep_string>", "not_sources"=>"<comma_sep_string>", "predefined_sources"=>"<string>", "lang"=>"<comma_sep_string>", "not_lang"=>"<comma_sep_string>", "countries"=>"<comma_sep_string>", "not_countries"=>"<comma_sep_string>", "from_"=>"<date_string>", "to_"=>"<date_string>", "published_date_precision"=>"<string>", "by_parse_date"=>"<boolean>", "sort_by"=>"<string>", "ranked_only"=>"<boolean>", "from_rank"=>"<integer>", "to_rank"=>"<integer>", "is_headline"=>"<boolean>", "is_paid_content"=>"<boolean>", "parent_url"=>"<comma_sep_string>", "all_links"=>"<string>", "all_domain_links"=>"<string>", "word_count_min"=>"<integer>", "word_count_max"=>"<integer>", "page_size"=>"<integer>", "page"=>"<integer>", "include_nlp_data"=>"<boolean>", "has_nlp"=>"<boolean>", "theme"=>"<comma_sep_string>", "title_sentiment_min"=>"<float>", "title_sentiment_max"=>"<float>", "content_sentiment_min"=>"<float>", "content_sentiment_max"=>"<float>", "ner_name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
x-api-tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;total_hits&quot;:&quot;\u003cinteger\u003e&quot;,&quot;page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_pages&quot;:&quot;\u003cinteger\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;,&quot;articles&quot;:[],&quot;user_input&quot;:{},&quot;status&quot;:&quot;ok&quot;}