sentiment-web
sentiment-web copied to clipboard
Batch Request Identifier
Thanks for the great tool. If possible would you mind adding some form of pass-through request identifier? And then return the identifier with the result...
E.g. Request [ { "id": "abc", "txt": "..." }, { "id": "def", "txt": "..." } ] Response [ { "id": "abc", "confidence": 12.34, "result": "Positive" }, { "id": "def", "confidence": 45.67, "result": "Negative" } ]
+1