cvat_attach_task_data
Attach local, server, or remote files as media to a CVAT task, with options for image quality, frame range, and more.
Instructions
Attach local, server, or remote media to a task using POST /api/tasks/{id}/data/ with CVAT upload headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| clientFiles | No | Local workspace file paths to upload as client_files. | |
| serverFiles | No | Files already available in the CVAT server share. | |
| remoteFiles | No | Remote URLs for CVAT to fetch. | |
| options | No | Additional DataRequest fields such as image_quality, sorting_method, use_cache, chunk_size, start_frame, stop_frame. |