DiscoverText API - Start Archive Clustering

POST
https://api.discovertext.com/api/v1/cluster/archive/{archive_id}
Input: a JSON object of parameters for the clustering
{
    threshold: (numeric, decimal)   // required: value from 0.60 to 0.95 for the threshold amount
    parseStyle: "(parse_style)"     // optional: "standard" or "whitespace"
}
        
Return Value: A running task item
{
  taskId: "{task id, guid string}",
  taskType: "{task type, string}",
  entityType: "{entity type, string}",
  objectId: {operating object id, numeric},
  percentComplete: {percent task completeness, number 0.0 to 1.0},
  isComplete: {is the task complete? boolean}
}