File size: 200 Bytes
136a2c7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
### 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"]
}