h-chauhan / sentimental-analysis

Home Page:http://leavemealone.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leave Me Alone - Sentimental Analysis API Service

API Endpoint

leavemealone.tech
  1. Get sentiment of a statement: POST \api\is_harassing\

Request Body

{
  "statement": "Hello, how are you?"
}

Response

{
  "is_harassing": false
}
  1. Add statements to dataset: POST \api\add_query\

Request Body

{
  "statement": "Hello, how are you?",
  "is_harassing": false
}

Response: 201 CREATED

About

http://leavemealone.tech


Languages

Language:Python 100.0%