WorkStream Performance

These APIs are used to send CloudFactory the performance data related to the individual tasks that CloudWorkers carried out on a WorkStream during a given period of time

Step 1: Bulk Upload CSV via URL

The Upload CSV via URL API is used by clients to generate an upload URL that can then be used to send performance data to our platform via CSV in an agreed format. CloudFactory Platform will then handle the processing of the data as well as automatically sending it for QC and generating throughput and quality reports.

Step 2: Throughput API

The Throughput API is used to tell us how many tasks a CloudWorker performed on the WorkStream during the given period. A Client should integrate with the Throughput API if they wish to measure the number of tasks that were completed on a WorkStream and how long they took.

Tasks are broken down into a generic, standardized structure that includes not only Use Case and Task Definition, but other, custom categories that can be tailored to meet specific Client requirements.

Step 3: Quality API

The Quality API is used to tell us how accurately a CloudWorker performed their tasks on the WorkStream during the given period. A Client should integrate with the Quality API if they have a quality process that allows them to record reviews for tasks completed by CloudWorkers.

The API allows granular information to be stored about the accuracy of each task, including the review score and justification, and by whom these were given.

Last updated