Create worker block

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

Responses

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"
}