Import/Export
Bulk data import and export
Submits annotation answer for a task
API key for authentication. Format - apikey YOUR_API_KEY
Task ID
Set to 'true' if annotation from plugin
Annotation answer object (structure depends on project categorySchema)
Annotation submitted successfully
Annotation submitted successfully
Imports attachments and associates them with assets
API key for authentication. Format - apikey YOUR_API_KEY
Attachments imported successfully
Attachments imported successfully
Exports task data from projects in various formats
API key for authentication. Format - apikey YOUR_API_KEY
Project ID
507f1f77bcf86cd799439011Export format
jsonPossible values: Export type (task or issue)
taskPossible values: Filter by stages (JSON array string, e.g., ["Complete"])
["Complete"]Filter by batches (JSON array string, e.g., ["Batch1"])
["Batch1"]Send export download link via email
falsePossible values: Do not send notifications about export
falsePossible values: Include asset metadata in export
falsePossible values: Include task history (all state changes)
falsePossible values: Include only key frames for video annotations
falsePossible values: Include idle and blur duration statistics
falsePossible values: Filter by update date (JSON object, e.g., {"$gt":"2020-08-19T07:37:15.000000Z","$lt":"2020-08-26T07:37:15.000000Z"})
{"$gt":"2020-08-19T07:37:15.000000Z","$lt":"2020-08-26T07:37:15.000000Z"}Filter by creation date (JSON object, e.g., {"$gt":"2020-07-27T07:37:15.000000Z","$lt":"2020-08-26T07:37:15.000000Z"})
{"$gt":"2020-07-27T07:37:15.000000Z","$lt":"2020-08-26T07:37:15.000000Z"}MongoDB-style filter object for advanced task filtering (JSON string). Supports any MongoDB query operators on task fields. Common use cases:
- Filter by task IDs: {"_id": {"$in": ["taskId1", "taskId2"]}}
- Filter by assignee: {"assignee": "[email protected]"}
- Filter by external ID: {"externalId": {"$regex": "^prefix_"}}
{"_id": {"$in": ["507f1f77bcf86cd799439011", "507f1f77bcf86cd799439012"]}}Export prepared successfully
Export prepared successfully
Last updated