JustPaste.it

curl -XGET 'https://api.wit.ai/message?q=What%20day%20is%20today%3F%20Reply%20with%20128%20character%20or%20less' \

    -H "Authorization: Bearer SNINTNEDPHV6HBFSX3WVQF3C5E5M5JZG"

{

  "entities": {

    "wit$number:number": [

      {

        "body": "128",

        "confidence": 1,

        "end": 33,

        "entities": {},

        "id": "754467693352655",

        "name": "wit$number",

        "role": "number",

        "start": 30,

        "type": "value",

        "value": 128

      }

    ]

  },

  "intents": [

    {

      "confidence": 0.5864868547577216,

      "id": "2031168723980599",

      "name": "hi"

    }

  ],

  "text": "What day is today? Reply with 128 character or less",

  "traits": {}

}%