POST /v1/create-worker-block

See original API description on Amazon Mechanical Turk.

Headers

  • Content-Type string Required

    Values are application/x-amz-json-1.1 or application/json. Default value is application/json.

Body

  • WorkerId string Required
  • Reason string Required

Responses

  • 404

    Resource not found

  • 200

    OK

  • 400

    Bad request

POST /v1/create-worker-block
curl \
 -X POST https://yourcrowd.ai.moda/api/v1/create-worker-block \
 -H "Content-Type: application/json" \
 -d '{"WorkerId":"AZ12EXAMPLE","Reason":"Example reason"}'
Request example
# Headers
Content-Type: application/json

# Payload
{
  "WorkerId": "AZ12EXAMPLE",
  "Reason": "Example reason"
}
Request examples
# Headers
Content-Type: application/json

# Payload
{
  "WorkerId": "AZ12EXAMPLE",
  "Reason": "Example reason"
}