Files
services/examples/sentiment/analyze/curl/analyzeAPieceOfText.sh

6 lines
169 B
Bash
Executable File

curl "http://localhost:8080/sentiment/Analyze" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"text": "this is amazing"
}'