Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

Create an empty job.

HTTP Request

POST https://playcanapi.com/v1/jobs

Request

Key

Type

Required

Description

taskId

String

Required

Job이 속한 task의 ID

jobDefineObject

Object

Required

Job을 정의하는 객체

Request Example

{
  "taskId": "0",
  "jobDefineObject": object(JobDefineObject)
}

Response

Key

Type

Description

id

String

Job의 ID

outputUris [ ]

String

출력 데이터에 접근할 수 있는 URI

앱에 따라 여러 개의 URI를 반환하는 경우도 있음

appId

String

앱 인스턴스 ID

appContexts [ ]

String

앱의 현재 컨택스트

  • No labels