Skip to content

Information extraction requests

The JSON object that constitutes the payload of requests for information extraction must be like this:

{
    "document": {
        "text": "Your text here."
    },
    "options": {
        "analysis": [
            "extractions"
        ],
        "features": [
            "knowledge",
            "dependency",
            "syncpos"
        ]
    }
}