Annotation Jobs
View information about annotation jobs and create an annotation job.
You can use the jobs endpoint to get info about your annotation jobs, their current status or assign images for labeling by creating a new Annotation Job with images from one of your batches.
Create a New Annotation Job
You need to set both reviewer and labeler to an email that belong to a user in your workspace.
If your workspace does not have Role Based Access Control enabled, you won't see the reviewer in the app interface, and should set the reviewer to the same user as the labeler.
To create an annotation job, you will need an upload batch that you would like to assign to a labeler and a reviewer:
Retrieve Annotation Job Data from the API
To retrieve annotation job data from the REST API, make a request to the following endpoint:
This will return data in the following format:
To retrieve information about a specific job, specify the job ID:
Here is the response format from this request:
Last updated
Was this helpful?