Ask
I want to be able to add headlines via API Post request.
Assumptions
Once the headline is added, seobot operates as it does today.
Params
It would be nice to set a priority on the headline so that it fits into the queue based on some internal logic I do on my own.
Example POST
{
"headline": "Some Headline",
"priority": 1
}