Files
services/sentiment/examples.json
2021-06-02 11:38:56 +01:00

13 lines
256 B
JSON

{
"analyze": [{
"title": "Analyze a piece of text",
"description": "Analyze and score a piece of text",
"request": {
"text": "whoa this is cool"
},
"response": {
"score": 1
}
}]
}