Amazon Mechanical Turk · Schema
CreateHITWithHITTypeRequest
CreateHITWithHITTypeRequest schema from Amazon Mechanical Turk API
CrowdsourcingHuman IntelligenceLaborMachine-LearningTask
Properties
| Name | Type | Description |
|---|---|---|
| HITTypeId | object | |
| MaxAssignments | object | |
| LifetimeInSeconds | object | |
| Question | object | |
| RequesterAnnotation | object | |
| UniqueRequestToken | object | |
| AssignmentReviewPolicy | object | |
| HITReviewPolicy | object | |
| HITLayoutId | object | |
| HITLayoutParameters | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-schema/amazon-mechanical-turk-create-hit-with-hit-type-request-schema.json",
"title": "CreateHITWithHITTypeRequest",
"description": "CreateHITWithHITTypeRequest schema from Amazon Mechanical Turk API",
"type": "object",
"properties": {
"HITTypeId": {
"allOf": [
{
"$ref": "#/components/schemas/EntityId"
},
{
"description": "The HIT type ID you want to create this HIT with."
}
]
},
"MaxAssignments": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": " The number of times the HIT can be accepted and completed before the HIT becomes unavailable. "
}
]
},
"LifetimeInSeconds": {
"allOf": [
{
"$ref": "#/components/schemas/Long"
},
{
"description": " An amount of time, in seconds, after which the HIT is no longer available for users to accept. After the lifetime of the HIT elapses, the HIT no longer appears in HIT searches, even if not all of the assignments for the HIT have been accepted. "
}
]
},
"Question": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p> The data the person completing the HIT uses to produce the results. </p> <p> Constraints: Must be a QuestionForm data structure, an ExternalQuestion data structure, or an HTMLQuestion data structure. The XML question data must not be larger than 64 kilobytes (65,535 bytes) in size, including whitespace. </p> <p>Either a Question parameter or a HITLayoutId parameter must be provided.</p>"
}
]
},
"RequesterAnnotation": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p> An arbitrary data field. The RequesterAnnotation parameter lets your application attach arbitrary data to the HIT for tracking purposes. For example, this parameter could be an identifier internal to the Requester's application that corresponds with the HIT. </p> <p> The RequesterAnnotation parameter for a HIT is only visible to the Requester who created the HIT. It is not shown to the Worker, or any other Requester. </p> <p> The RequesterAnnotation parameter may be different for each HIT you submit. It does not affect how your HITs are grouped. </p>"
}
]
},
"UniqueRequestToken": {
"allOf": [
{
"$ref": "#/components/schemas/IdempotencyToken"
},
{
"description": "<p> A unique identifier for this request which allows you to retry the call on error without creating duplicate HITs. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return a AWS.MechanicalTurk.HitAlreadyExists error with a message containing the HITId. </p> <note> <p> Note: It is your responsibility to ensure uniqueness of the token. The unique token expires after 24 hours. Subsequent calls using the same UniqueRequestToken made after the 24 hour limit could create duplicate HITs. </p> </note>"
}
]
},
"AssignmentReviewPolicy": {
"allOf": [
{
"$ref": "#/components/schemas/ReviewPolicy"
},
{
"description": " The Assignment-level Review Policy applies to the assignments under the HIT. You can specify for Mechanical Turk to take various actions based on the policy. "
}
]
},
"HITReviewPolicy": {
"allOf": [
{
"$ref": "#/components/schemas/ReviewPolicy"
},
{
"description": " The HIT-level Review Policy applies to the HIT. You can specify for Mechanical Turk to take various actions based on the policy. "
}
]
},
"HITLayoutId": {
"allOf": [
{
"$ref": "#/components/schemas/EntityId"
},
{
"description": "<p> The HITLayoutId allows you to use a pre-existing HIT design with placeholder values and create an additional HIT by providing those values as HITLayoutParameters. </p> <p> Constraints: Either a Question parameter or a HITLayoutId parameter must be provided. </p>"
}
]
},
"HITLayoutParameters": {
"allOf": [
{
"$ref": "#/components/schemas/HITLayoutParameterList"
},
{
"description": " If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure. For more information, see HITLayout. "
}
]
}
},
"required": [
"HITTypeId",
"LifetimeInSeconds"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-mechanical-turk-create-hit-with-hit-type-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.