Get project details
PROJECT BATCHES
GET
https://api.playment.io/v1/projects/:project_id/details
Get list of batches in a project
Path Parameters
Name
Type
Description
project_id
string
ID of the project for which you want to get batches
Headers
Name
Type
Description
x-api-key
string
API key for authentication
You can iterate over the list of batches received in the response to call the Get batch jobs API, which will give you a list of all the jobs in a batch. You can then iterate over this list and call the Get job result API to get the annotation results for each job.
Last updated