Create an empty job.
HTTP Request
POST https://playcanapi.com/v1/jobs
Request
Key | Type | Required | Description |
---|---|---|---|
taskId | String | Required | 입력 URI 특정 VI의 경우 복수개의 입력이 필요할 수도 있음 |
Request Example
{ "taskId": "0" }
Response
Key | Type | Description |
---|---|---|
id | String | Job을 유일하게 구분할 수 있는 ID |