Create worker block
See original API description on Amazon Mechanical Turk.
Headers
-
Content-Type
string Required Values are
application/x-amz-json-1.1
orapplication/json
. Default value isapplication/json
.
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"
}