<< Back to API Docs
Keywords
Returns a set of keywords resolved for some text input.
- HTTP Method
GET / POST
Note: POST is also accepted here, since sometimes GET won't be enough (e.g, very long GET query strings are not supported by all web servers and proxies).
- URL
- http://brain.meaningtool.com/neocortex/keywords
- HTTP Request parameters (query string)
- api_key
- The API key obtained after you signed up in meaningtool.com.
- input
- Input data to obtain entities from.
Example JSON representation of a Result on success:
{
"status": "ok",
"code": "0",
"message": "Keywords retrieved.",
"payload": {
"keywords": [
{ "score": 4.5154499349597179, "name": "Matt Damon" },
{ "score": 10.515449934959719, "name": "sandra Bullock" },
{ "score": 14.958177285902806, "name": "best actress" },
{ "score": 4.5154499349597179, "name": "Julie" },
{ "score": 4.5154499349597179, "name": "The Blind Side" },
{ "score": 8.5423272087501392, "name": "two nominations" },
{ "score": 11.427918822958263, "name": "motion picture" }
]
}