PixAI Platform
API 문서작업

ID로 작업 상세 조회

지정된 작업 반환

GET
/task/{taskId}

Authorization

bearerAuth
AuthorizationBearer <token>

인증이 필요한 요청에는 HTTP header에 아래 값을 추가하세요.

In: header

Path Parameters

taskId*string

반환할 작업 ID

Response Body

application/json

curl -X GET "https://api.pixai.art/v1/task/string"
{
  "id": "string",
  "status": "waiting",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "startedAt": "2019-08-24T14:15:22Z",
  "endAt": "2019-08-24T14:15:22Z",
  "outputs": {
    "mediaIds": [
      "string"
    ],
    "mediaUrls": [
      "string"
    ]
  }
}
Empty