Creates a new order with the given configuration.
Once created, use the returned dataset ID to fill the dataset with datapoints, then submit the order for processing.
Request body
The name is used as an identifier for an order and can be freely chosen.
The aggregator is used to determine how the data will be aggregated. The default behavior is enough for most cases
The priority is used to prioritize over other orders.
The user score dimensions are used to determine the score of the responses from the user.
The demographic keys are used to determine which demographics to store on the responses from the user.
The validation set id can be changed to point to a specific validation set. if not provided a sane default will be used.
The retrieval mode defines how rapids are retrieved from the active labeling pool.
The maximum number of times a user is allowed to see the same rapid.
Optional ID of the order that must complete before this order starts processing.
Response
OK
The dataset ID of the created order.
The ID of the created order.
The campaign ID of the created order.
The pipeline ID of the created order.