Latest stories

detect_recommended_category

  • Inputs
{
    "text": "string"
}

  • Errors
{
    "invalid_text": "Input text language is not supported or Input text is not a valid phrase",
    "must_login": "user must login"
}

  • Extra Description
Suggests phrases in response to input text

  • Sample
  • Url:
https://api.pantel.me/a/detect_recommended_category?text=hello
  • Output:
                                {
    "result": [
        "hello",
        "hi",
        "how are you?",
        "Hi there! How are you?",
        "Hey man. What\u2019s up?",
        "Hey!",
        "Hi there!",
        "Hey there!",
        "Hey man!",
        "Hey bro!",
        "Hey girl!",
        "Hey dude!",
        "Yo!",
        "Howdy!",
        "Hey y\u2019all!"
    ],
    "status": "success",
    "time": 1546083762.6890123
}