body params
Examples
shell
curl https://${domain}/rosetta-open/task/get \
-X POST \
-H 'Content-Type: application/json' \
-H 'X-STARDUST-KEY: <X-STARDUST-KEY>' \
-H 'X-TS: <X-TS>' \
-H 'X-SIGN: <X-SIGN>' \
-d '{"campaignId":"a3f8b6e4-9c1d-4d8a-93b2-7f7e8f3a1d5e","annotationRequestId":"f29c4d8e-6a3b-42e8-bd3f-8e1a9d6c2b7f","sceneId":"d7a8c3f9-4b2e-4e6d-a1b9-3f7c8d5e2a6f"}'
json
responses
json
Status Enum
Value | Description |
---|---|
0 | Task creation failed |
1 | Task creation successful (Task in Rosetta Distribution Pool) |
2 | Waiting for annotation (Task in Rosetta Annotation Pool) |
3 | Annotation in progress (Task in Rosetta Annotation Pool) |
4 | Annotation completed (Task in Rosetta Annotation Pool) |
5 | Waiting for review (Task in Rosetta Review Pool) |
6 | Review in progress (Task in Rosetta Review Pool) |
8 | Waiting for QC (Task in Rosetta Sampling Pool) |
9 | QC in progress (Task in Rosetta Sampling Pool) |
10 | QC completed (Task in Rosetta Sampling Pool) -> Generate QC report on batch |
11 | Labels approved (Move the batch of tasks to Completion Pool) |