Skip to content

Full document analysis request

The full analysis API request has a JSON object with this format:

{
    "document": {
        "text": "Your text here."
    },
    "options" : {
        "analysis" : [ "disambiguation", 
                    "relevants", 
                    "entities",
                    "sentiment", 
                    "relations" 
     ],
        "features" : [ "knowledge",
                    "dependency", 
                    "syncpos"
     ]
    }
}

For the description of the options, see the API request overview.