POST tools.zagmo.net/summarizeRequires a multipart/form-data body, containing:
earlier: list of first versions of fileslater: list of second versions of filesroles: list of roles to filter for, e.g. CEO, Software engineer
- A stringified json object
{"body":
{
"laterFile1": {
"role1": "Summary of changes for role 1 for doc 1",
"role2": "Summary of changes for role 2 for doc 1"
},
"laterFile2": {
"role1": "Summary of changes for role 1 for doc 2",
"role2": "Summary of changes for role 2 for doc 2"
}
}
}