| ### 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"] | |
| } | |
| ### 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"] | |
| } | |