Amazon Mechanical Turk · Example Payload

Amazon Mechanical Turk Notify Workers Failure Status Example

CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

Amazon Mechanical Turk Notify Workers Failure Status Example is an example object payload from Amazon Mechanical Turk, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NotifyWorkersFailureCodeNotifyWorkersFailureMessageWorkerId

Example Payload

Raw ↑
{
  "NotifyWorkersFailureCode": "example-value",
  "NotifyWorkersFailureMessage": "example-value",
  "WorkerId": "abc12345"
}