Quality
API to be used by the clients to submit task reviewed info which is used to capture task attributes of reviewed unit of work across different workstreams.
Last updated
API to be used by the clients to submit task reviewed info which is used to capture task attributes of reviewed unit of work across different workstreams.
Last updated
Contact Us
Book a MeetingAPI to be used by the clients to submit task reviewed info which is used to capture task attributes of reviewed unit of work across different workstreams.
CloudFactory platform WorkStream ID
Task parameters object
ID of the workstream that the task belongs to
"345d6802-0efa-46de-a73c-6c24f094dfcf"
The ID of the Use Case to which the task belongs. It is validated against the WorkStream configuration
"rr3d6802-0efa-46de-a73c-6c24f094dfcf"
The ID of the Task Definition to which the task belongs. It is validated against the WorkStream configuration.
"032d6802-0efa-46de-a73c-6c24f094dfcf"
The ID of the dataset to which the task belongs. Useful for AI (Artificial Intelligence)/ML (Machine Learning) WorkStreams.
"6c24f094dfcf"
The ID of the parent asset to which the task belongs. For example, for an image/frame annotation task, the asset_id could be the ID of the video clip from which the image/frame was taken.
"6c24f094dfcf"
Identifier (ID) of the original task.
"032d6802-0efa-46de-a73c-6c24f094dfcf"
Any unique identifier that if sent will be checked for uniqueness in the system for any given WorkStream, use case and task definition
"032d6802-0efa-46de-a73c-6c24f094dfcf"
If this is set to true (the default), then the attributes sent in the previous API call are replaced by those in the new call. If this is set to false, then the attributes sent in the previous API call are ignored.
true
The URL of the original task, if available.
"https://taskus.com/annotate/123412"
Timestamp (in ISO 8601 datetime format) for when the original task was completed.
"2020-12-22T10:13:24.127Z"
Email address or any other identifier of the worker who completed the original task.
"test_worker@cf.com"
Timestamp (in ISO 8601 datetime format) for when the task review was completed.
"2020-12-22T10:13:24.127Z"
The time taken to review the task (in seconds).
120
Email address of the reviewer.
"test_worker@cf.com"
Review score between 0 and 1 to denote the accuracy with which the task was completed (where '0' means that the task was completed incorrectly, and '1.0' means that the task was completed 100% correctly).
0.78
Any text explaining or justifying the 'review_score' and/or any feedback to be passed onto the original CloudWorker(s).
"Some of the fields are filled wrong"
These are key-value pairs used to define the errors. Each key represents the name of the error type, and value represents the number of occurrences of that error type.
The type of review, which can any of the following types: 'QA', 'QC', 'Spot Check', or 'Others'
"QA"
The total number of tasks that were reviewed.
120
The total number of subtasks that were reviewed.
240
These are key-value pairs used to further define the review.
This can be used to provide up to three different levels of accuracy.
Successful
"Data successfully received."