Web Service User-Facing APIs

On this page:

Create tasks for a group of points.

The main interface for using AMPCrowd is the API call to register a group of tasks with the server and begin processing them.

Receive results at a callback URL

When a point has been processed by sufficient crowd workers (according to the configuration.num_assignments parameter passed into the create task group call above), the quality-controlled answer will be sent back to the user.

Delete in-progress tasks.

To delete all currently existing tasks in the system registered to a single crowd platform, there is a simple API call. This call also deletes tasks from the remote crowd platform, for example, on MTurk, tasks will be disabled.