Skip to content

Batch Request Identifier #7

@bfdill

Description

@bfdill

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions