Upload Cut Task
POST
https://mcs-gateway.fscut.com/upload/api/device_tasks/upload/cut
This function is used to upload cutting task file, and create a cutting task belongs to the specified machine.
The cardId should be for an authenticated machine.
The cardId must be within the user's device quota. Devices exceeding the quota will not be allowed for querying.
The file size is limited to 100MB
The taskAmount indicates the expected process times of the task, must not be less than 1
Request
Body Params multipart/form-data
file
file
required
cardId
string
required
Example:
123456789100
taskName
string
required
Example:
task-114514
taskAmount
integer
required
Example:
1
Request samples
Responses
Modified at 2024-08-09 09:00:17