iVIT-I
  1. task
iVIT-I
  • README
  • task
    • Get Task List
      GET
    • Edit Task
      PUT
    • Add Task
      POST
    • Delete Task
      DELETE
    • Execute Task Usage
      GET
    • Execute Task
      POST
    • Get Target Task Information
      GET
    • Export Task
      POST
    • Import Task
      POST
  • source
    • Get Source List
      GET
    • Add New Source
      POST
    • Del Source
      DELETE
    • Get Target Source
      GET
    • Get Frame From Source
      GET
    • Get Frame From Source With Resolution
      POST
  • model
    • Get Model List
      GET
    • Add Model
      POST
    • Delete Model
      DELETE
    • Get Target Model Information
      GET
  • app
    • Get Using Applicatino List
      GET
    • Get Supported Application
      GET
    • Get Target Application Information
      GET
  • device
    • Get Platform
      GET
    • Get Device
      GET
  • icap
    • Test Attribute And Telemetry
    • Get Icap Address
    • Set Icap Address
    • Get Device Id
    • Get Device Id
    • Get Device Id
  • process
    • Get Model Proc List
    • Remove Model Proc List
    • Get Model Proc List
    • Remove Model Proc List
  • system
    • Get V4L2 Device List
    • Download File
    • Get Image
    • Change User Permission
  • event
    • Get All Events
    • Get Target Events
    • Get Events
    • Get Screenshot
    • Get Screenshot
    • Get Event Stream
    • Del Event Stream
  1. task

Execute Task

POST
/v1/tasks/exec
task
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/tasks/exec' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uid": "string",
    "action": "string",
    "data": {
        "cv_display": true,
        "area": [
            null
        ],
        "palette": {},
        "thres": 0,
        "draw_bbox": true,
        "draw_result": true,
        "draw_area": true,
        "draw_tracking": true,
        "draw_line": true
    }
}'
Response Response Example
200 - Example 1
null

Request

Body Params application/json
uid
string 
Uid
required
action
string 
Action
required
data
object (TaskActionData) 
optional
cv_display
boolean 
Cv Display
optional
area
array
Area
optional
palette
object 
Palette
optional
thres
number 
Thres
optional
draw_bbox
boolean 
Draw Bbox
optional
draw_result
boolean 
Draw Result
optional
draw_area
boolean 
Draw Area
optional
draw_tracking
boolean 
Draw Tracking
optional
draw_line
boolean 
Draw Line
optional
Examples

Responses

🟢200Successful Response
application/json
Body
No schema defined
🟠422Validation Error
Previous
Execute Task Usage
Next
Get Target Task Information
Built with