📊 Common Use Cases

1. Automated Asset Import

POST /project/{projectId}/cloud
{
  "assets": [
    {"data": "https://example.com/image1.jpg", "externalId": "img-001"},
    {"data": "https://example.com/image2.jpg", "externalId": "img-002"}
  ]
}

2. Batch Task Assignment

POST /task/assign
{
  "project": "project_id",
  "tasks": ["task1", "task2"],
  "user": "[email protected]",
  "stage": "Label"
}

3. Export Completed Annotations

GET /export?project=project_id&status=Completed&format=json