-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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"
}
]
Metadata
Metadata
Assignees
Labels
No labels