...
HTTP Request
POST https://playcanapiapi.playcan.comvideo/v1/tasks
Request
Key | Type | Required | Description |
---|---|---|---|
serviceId | String | Task를 연결시킬 Service의 ID. 미입력 시 신규 Service 자동 생성 후 ID 반환 | |
taskContext | Object | Required | See TaskContext |
Request Example
Code Block |
---|
{ "taskIdserviceId": "024", "taskContext": { object (TaskContext) } } |
...