Examples
FDA Approvals
Return all articles with "FDA Approval" in the title or description of the article.
Demo: https://reqbin.com/bf9gon0l
Request:
{
"type": "filterArticles",
"queryString": "title:\"FDA Approval\" OR description:\"FDA Approval\""
}
Apple News
Return all articles with mentioning AAPL.
Demo: https://reqbin.com/b6qkjsyl
Request:
{
"type": "filterArticles",
"queryString": "title:AAPL OR description:AAPL OR symbols:AAPL"
}