The Percepticon
"Quality Journalism is the right of all sentient beings"

THE PERCEPTICON is an API that uses machine learning to determine if an online article is good or not by checking its headline.

Try it out!

Copy and paste an article title you've found online and THE PERCEPTICON will tell you if it's likely to be a good article or not.


How to Use

Request

GET
http://percepticon.herokuapp.com/scores/new?title="5 ways to prove you're a 90's kid"

Response

application/json
{
  "created_at": "2017-08-22T14:22:05.469Z",
  "expected": null,
  "id": 4,
  "result": 1,
  "updated_at": "2017-08-22T14:22:05.476Z",
  "vector": [
    "1",
    "1",
    "1",
    "0"
  ]
}

The result will be either a 1 or a 0.

1 denotes a bad title, and 0 denotes a good title.