get http://api.playment.in/v1
GET
https://api.playment.io/v0/projects/ <project_id>/jobs/<job_id>
Parameters
project_id
: To be passed in the URL
x-api-key
: Secret key to be passed as a header
{
"data": {
"project_id": "",
"reference_id": "001",
"job_id": "fde54589-ebty-48lp-677a-03a0428ca836",
"batch_id": "b99d241a-bb80-ghyi-po90-c37d4fead593",
"status": "completed",
"tag": "sample_project",
"priority_weight": 5,
"result": "https://playment-data-uploads.s3.ap-south-1.amazonaws.com/sample-result.json"
},
"success": true
}
Response Structure
Name | Description |
---|---|
project_id | String id of the project |
reference_id | String reference id of the job provided while creating |
job_id | String id of the job corresponding to reference_id job |
batch_id | String id of the batch |
status | String status of the job, whether it has been completed or not |
tag | String denotes the process in which the annotation took place. |
priority_weight | Number Its value ranges from 1 to 10 with 1 being lowest, 10 being highest and 5 as default. |
result | String URL of the JSON outcome of the annotation. Result will vary for different type of jobs |
Refer to annotation section for different type of job specific result json structure and data