創建已完成任務並且 AATL 文件

POST - /api/v1/task/createCompleteTaskByPdf

參數

{
  "apiKey": "string",
  "files": [
    {
      "base64Content": "string",
      "contentType": "string",
      "fileName": "string"
    }
  ],
  "name": "string"
}
  • apiKey - API 金鑰
  • name - 任務名稱
  • files (陣列) - PDF 檔案
    • base64Content - PDF 檔案 Base64 String
    • contentType - PDF 檔案的 Mime Type - application/pdf
    • fileName - PDF 檔案的檔案名稱

回傳

{
  "body": {
    "instanceId": "string"
  },
  "errorCode": 0,
  "message": "string"
}
  • instanceId - 任務 Instance Id

errorCode 錯誤代碼

請參考 錯誤碼和錯誤訊息 頁面