メインコンテンツへスキップ
POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
file
/
retry
ファイル処理を再試行
curl --request POST \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/file/retry \
  --header 'Content-Type: application/json' \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>' \
  --data '
{
  "workspace_id": 1234567890,
  "task_id": 1234567890,
  "parser_params": {
    "formula_level": 0,
    "apply_merge": 1,
    "table_text_split_mode": 0,
    "crop_dewarp": 0,
    "remove_watermark": 0,
    "dpi": 144,
    "parse_mode": "auto",
    "pdf_pwd": "<string>"
  }
}
'
{
  "code": 200,
  "msg": "<string>"
}

承認

x-ti-app-id
string
header
必須
x-ti-secret-code
string
header
必須

ボディ

application/json
workspace_id
string
必須

ワークスペース ID

:

1234567890

task_id
string
必須

タスク ID

:

1234567890

parser_params
object

レスポンス

200 - application/json

ファイル処理の再試行に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明