Provide system upload through API call
neubig opened this issue · 1 comments
neubig commented
It would be really nice to be able to upload system outputs programmatically to the web server. It could be something like:
/upload
{
"user_name": "XXX",
"api_key": "YYY",
... [all fields in web UI system submission form]
"system_output": {
... [json format system output]
}
}
neubig commented