sentiment / test.http
ruthpark00's picture
Add application file
136a2c7
Raw
History Blame Contribute Delete
200 Bytes
### Sentiment Analysis API test
POST http://0.0.0.0:5001/analyze_texts
Content-Type: application/json
{
"texts": ["I love using Flask for building APIs!", "not working", "Very happy"]
}