Create a Batch
This endpoint facilitates the creation of a new batch within a project.object
string
required
The name of the project this batch (and its tasks) belong to.
string
required
Name identifying this batch. Must be unique among all batches belonging to a customer.
string
The full url (including the scheme http:// or https://) or email address of the callback that will be used when the task is completed.
boolean
Only applicable for Rapid projects. Create an calibration batch by setting the calibration_batch flag to true.
boolean
Only applicable for Rapid projects. Create a self label batch by setting the self_label_batch flag to true.
Finalize Batch
For “Scale Rapid and Studio” customers only, finalizes a batch with name batchName so its tasks can be worked on. Non-(Rapid/Studio) customers do not need to use this endpoint - calling this endpoint will not do anything, but still return a 200 success status code.Batch Retrieval
This endpoint returns the details of a batch with the name :batchName.Batch Status
This endpoint returns the status of a batch with the name :batchName, as well as the counts of its tasks grouped by task status.List All Batches
This is a paged endpoint for all of your batches. Batches will be returned in descending order based on created_at. Pagination is based off limit and offset parameters, which determine the page size and how many results to skip.object
Batch Priorization
This endpoint updates the priority of a batch. The batch priority should follow the same parameters as an individual task’s priority, namely that priority should be between 10 for the lowest and 30 for the highest priority. Setting a task’s priority will impact the order in which the task is first picked up, but does not guarantee the order in which a task or set of tasks will be returned to you. As a result, tasks that are not yet started can be reprioritized, but tasks that are already started will not be impactedobject
string
required
The new priority for the batch. The priority should be between 10, representing the lowest priority, and 30, representing the highest priority.