Skip to main content
POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
file
/
retry
Retry File Processing
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
}
'
{
  "code": 200,
  "msg": "<string>"
}

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

1234567890

task_id
string
required

Task ID

Example:

1234567890

Response

200 - application/json

Successfully retried file processing

code
integer
required

Status code

Example:

200

msg
string
required

Status description